Skip to content

Commit

Permalink
Removing superfluous cmake_policy call
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Sep 23, 2024
1 parent 8354e6d commit 0e1f0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set (APEX_VERSION_MINOR 6 CACHE STRING "APEX Minor Version")
set (APEX_VERSION_PATCH 5 CACHE STRING "APEX Patch Version")
set (APEX_HOMEPAGE_URL "https://github.com/UO-OACISS/apex" CACHE STRING "APEX homepage URL")

cmake_policy(VERSION 2.8.12)
# cmake_policy(VERSION 3.20.1) - implicitly called by cmake_mimium_required
if (${CMAKE_MAJOR_VERSION} GREATER 2)
cmake_policy(SET CMP0042 NEW)
if (${CMAKE_MINOR_VERSION} GREATER 11)
Expand Down

0 comments on commit 0e1f0b9

Please sign in to comment.