Skip to content

Commit

Permalink
try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Aug 24, 2023
1 parent 2afd695 commit 1726f15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ set(CMAKE_SKIP_RPATH FALSE)
set(CMAKE_POLICY_DEFAULT_CMP0069 NEW)
set(CMAKE_POLICY_DEFAULT_CMP0068 NEW)

set(CMAKE_INSTALL_PREFIX_INIT "${CMAKE_BINARY_DIR}/install")
if(CMAKE_INSTALL_PREFIX STREQUAL "")
if(CMAKE_INSTALL_PREFIX STREQUAL "" OR CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/install" CACHE PATH "" FORCE)
endif()

Expand Down

0 comments on commit 1726f15

Please sign in to comment.