summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-08-24 13:37:30 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-08-24 13:37:33 +0200
commit0edb1929921c642d72f4cebd3acaf92b48739c82 (patch)
tree8e7aa2379bb07d02d23698acfea17a904428f839
parent7b5e5e332cad7d009487494b7ab9616c6c7d263b (diff)
try fix ci
-rw-r--r--CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2b93596e..d0a95548 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,9 +32,7 @@ set(CMAKE_SKIP_RPATH FALSE)
set(CMAKE_POLICY_DEFAULT_CMP0069 NEW)
set(CMAKE_POLICY_DEFAULT_CMP0068 NEW)
-if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
- set(CMAKE_INSTALL_PREFIX_INIT "${CMAKE_BINARY_DIR}/install")
-endif()
+set(CMAKE_INSTALL_PREFIX_INIT "${CMAKE_BINARY_DIR}/install")
if(CMAKE_INSTALL_PREFIX STREQUAL "")
set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/install" CACHE PATH "" FORCE)
endif()