Navigation Menu

Skip to content

Commit

Permalink
set CMake Policy CMP0075 to NEW
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 24, 2020
1 parent e433ada commit 231e29a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -9,6 +9,7 @@ SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
CMAKE_POLICY (SET CMP0048 NEW)
CMAKE_POLICY (SET CMP0053 NEW)
CMAKE_POLICY (SET CMP0071 NEW)
CMAKE_POLICY (SET CMP0075 NEW)

# don't relink it only the shared object changes
SET(CMAKE_LINK_DEPENDS_NO_SHARED ON)
Expand Down

0 comments on commit 231e29a

Please sign in to comment.