Skip to content

Commit

Permalink
Restored previous cmake policy (regression)
Browse files Browse the repository at this point in the history
(Closes #1374) (Closes #1375)
  • Loading branch information
Nightwalker-87 committed Feb 20, 2024
1 parent 95862cc commit 1ee7f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@
###

cmake_minimum_required(VERSION 3.10.2)
cmake_policy(SET CMP0153 NEW)
cmake_policy(SET CMP0042 NEW)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
Expand Down

0 comments on commit 1ee7f6b

Please sign in to comment.