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 c141014 commit cdd25fcCopy full SHA for cdd25fc
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.15...3.28)
+cmake_minimum_required(VERSION 3.19...3.28)
2
3
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
4
message(FATAL_ERROR "In-source builds are not allowed. Do like:
options.cmake
@@ -15,5 +15,7 @@ if(nc4fortran_IS_TOP_LEVEL AND CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
15
set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/local CACHE PATH "Install top-level directory" FORCE)
16
endif()
17
18
+set_property(DIRECTORY PROPERTY EP_UPDATE_DISCONNECTED true)
19
+
20
# Necessary for shared library with Visual Studio / Windows oneAPI
21
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS true)
0 commit comments