I was getting an error in this cmake file when using 3.10.2 on linux. Here was the error message I was getting: [cmake] CMake Error at external/glfw/src/CMakeLists.txt:82 (if): [cmake] if given arguments: [cmake] [cmake] "STREQUAL" "GNU" "OR" "STREQUAL" "Clang" [cmake] [cmake] Unknown arguments specified Adding the quotes around the cmake variables seems to do the trick. That was also done with the STREQUAL condition earlier on line 66. Closes #1411.master
parent
2a27eb95e4
commit
2e70950c0f
1 changed files with 1 additions and 1 deletions
Loading…
Reference in New Issue