diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-01 20:31:43 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-01 21:36:19 +0100 |
commit | 687b9f8e812dc0eb942beea518da673a4c478956 (patch) | |
tree | 397b327709f49e5fd215bf221c4222dbe406a372 /CMakeLists.txt | |
parent | 7c382ef301eb6ac3f55d98d2719cf4ba89d52aab (diff) |
editor: try to fix osx build failure
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c92d30f..e9cd6e6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,9 @@ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) set(CMAKE_SKIP_INSTALL_RPATH FALSE) set(CMAKE_SKIP_RPATH FALSE) +set(CMAKE_POLICY_DEFAULT_CMP0069 NEW) +set(CMAKE_POLICY_DEFAULT_CMP0068 NEW) + if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT OR CMAKE_INSTALL_PREFIX STREQUAL "") set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/install" CACHE PATH "" FORCE) endif() |