We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87be721 commit 058a509Copy full SHA for 058a509
CMakeLists.txt
@@ -83,8 +83,6 @@ endif()
83
84
85
## Set build folders
86
-# First for the generic no-config case (e.g. with mingw)
87
-cmake_policy(SET CMP0043 OLD)
88
set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin )
89
set( CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib )
90
set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib )
0 commit comments