Replies: 1 comment 1 reply
-
There is no such code in the current main branch v1.x. I assume you are referring to the code in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CMakeLists.txt, lines 294-298:
The structure of my project was:
CMake tried but was not able to find
home/include
as a prefix.In order to fix it I had to change
${CMAKE_SOURCE_DIR}
to${CMAKE_CURRENT_SOURCE_DIR}
.It seems to me that this fix should be done to master.
Beta Was this translation helpful? Give feedback.
All reactions