BUILD: Silence CMake 3.28.x deprecation warning

Closes #740
This commit is contained in:
DRC
2024-01-22 14:33:31 -05:00
parent 5a2353c2da
commit 1644bdb7d2

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
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)