Skip to content

Commit

Permalink
Remove old CMake policy setup
Browse files Browse the repository at this point in the history
This is not necessary since minimum version automatically enables the policy.
  • Loading branch information
zeux committed Nov 17, 2024
1 parent 082dd5f commit 2a875ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
cmake_minimum_required(VERSION 3.5...3.30)
cmake_policy(PUSH)
cmake_policy(SET CMP0048 NEW) # project(... VERSION ...) support

project(volk VERSION
# VOLK_GENERATE_VERSION
Expand Down Expand Up @@ -135,4 +133,3 @@ if(VOLK_INSTALL)
)

endif()
cmake_policy(POP)

0 comments on commit 2a875ba

Please sign in to comment.