Skip to content

Commit 058a509

Browse files
committed
Removed old cmake_policy giving error for cmake version 4
1 parent 87be721 commit 058a509

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ endif()
8383

8484

8585
## Set build folders
86-
# First for the generic no-config case (e.g. with mingw)
87-
cmake_policy(SET CMP0043 OLD)
8886
set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin )
8987
set( CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib )
9088
set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib )

0 commit comments

Comments
 (0)