We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913cbe1 commit b526376Copy full SHA for b526376
CMakeLists.txt
@@ -47,8 +47,8 @@ macro(LIST_CONTAINS var value)
47
endforeach(value2)
48
endmacro(LIST_CONTAINS)
49
50
-if(NOT LIB_install_DIR)
51
- set(LIB_install_DIR "lib")
+if(NOT LIB_INSTALL_DIR)
+ set(LIB_INSTALL_DIR "lib")
52
endif()
53
54
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake_modules")
0 commit comments