Cmake issue
#1228
Replies: 1 comment 8 replies
-
I'd probably have to see more of your CMake to determine what is going on. Are you doing the following?
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use this lib in our project, but when I add the following to my CMake it compalins about in-source build not supported.
but when I ran cmake I see this error:
In-source builds are not supported. Please read the BUILDING document before trying to build this project. You may need to delete 'CMakeCache.txt' and 'CMakeFiles/' first.
A little bit google search shows me to do cmake -H. -Bbuild but it did not help. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions