Skip to content

Commit

Permalink
Build: Don't explicitly set CMP0065 to NEW
Browse files Browse the repository at this point in the history
This is no longer necessary, because of
1644bdb.
  • Loading branch information
dcommander committed Mar 18, 2024
1 parent fe218ca commit 710865c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
@@ -1,9 +1,4 @@
cmake_minimum_required(VERSION 2.8.12...3.28)
# When using CMake 3.4 and later, don't export symbols from executables unless
# the CMAKE_ENABLE_EXPORTS variable is set.
if(POLICY CMP0065)
cmake_policy(SET CMP0065 NEW)
endif()

if(CMAKE_EXECUTABLE_SUFFIX)
set(CMAKE_EXECUTABLE_SUFFIX_TMP ${CMAKE_EXECUTABLE_SUFFIX})
Expand Down

0 comments on commit 710865c

Please sign in to comment.