-
Hi everyone, I would like to use HighFive with CMake and FetchContent using:
I receive the following cryptic error message however:
I am not sure whether this is related to this CMake issue or this question. Is there maybe a newline character The only places in the HighFive repo where the flags appear is in the file CompilerFlagsHelpers.cmake as far as I can see. Could the problem be that the flags are concatenated across lines which is interpreted as newlines and not as whitespace maybe? Could you suggest a solution please? Ideally I would like to have all dependencies in my CMakeLists.txt file and build them automatically. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I'm unable to reproduce this. In an otherwise empty directory put the following
and run
which builds the examples of HighFive without any complaints. Could you please check and describe how our tests differ? |
Beta Was this translation helpful? Give feedback.
There's a PR ready: #751 hopefully that solves the issue.