diff --git a/native/build_cvode.py b/native/build_cvode.py index ec33110e..91f27464 100644 --- a/native/build_cvode.py +++ b/native/build_cvode.py @@ -44,6 +44,7 @@ '-D', 'BUILD_IDAS=OFF', '-D', 'BUILD_KINSOL=OFF', '-D', 'BUILD_SHARED_LIBS=OFF', + '-D', 'EXAMPLES_ENABLE_C=OFF', '-D', f'CMAKE_INSTALL_PREFIX=sundials-5.3.0/{platform}/static/install', '-D', 'CMAKE_POLICY_DEFAULT_CMP0091=NEW', '-D', 'CMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded', diff --git a/native/remoting/CMakeLists.txt b/native/remoting/CMakeLists.txt index e95a7a81..54d1242d 100644 --- a/native/remoting/CMakeLists.txt +++ b/native/remoting/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.2) +cmake_minimum_required (VERSION 3.5) project (remoting)