We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c87b0 commit cf15498Copy full SHA for cf15498
cmake/abi_check/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.1...3.23)
+cmake_minimum_required(VERSION 3.1...3.25)
2
project(abi_check LANGUAGES C Fortran)
3
4
enable_testing()
cmake/zlib.cmake
@@ -34,8 +34,10 @@ set(zlib_cmake_args
34
-DCMAKE_BUILD_TYPE=Release
35
-DZLIB_COMPAT:BOOL=on
36
-DZLIB_ENABLE_TESTS:BOOL=off
37
+-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON
38
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
39
)
40
+# NetCDF 4.9/4.6 needs fPIC
41
42
if(zlib_legacy)
43
ExternalProject_Add(ZLIB
0 commit comments