We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919f90d commit 4c5ec95Copy full SHA for 4c5ec95
python/sdist/amici/exporters/sundials/templates/CMakeLists.template.cmake
@@ -2,6 +2,11 @@
2
cmake_minimum_required(VERSION 3.22)
3
cmake_policy(VERSION 3.22...3.31)
4
5
+# We aren't using C++20 modules, so disable scanning for them to avoid
6
+# clang-scan-deps-notfound errors.
7
+# See also https://discourse.cmake.org/t/cmake-3-28-cmake-cxx-compiler-clang-scan-deps-notfound-not-found/9244/3
8
+set(CMAKE_CXX_SCAN_FOR_MODULES OFF)
9
+
10
project(TPL_MODELNAME)
11
12
message(STATUS "CMAKE_CURRENT_SOURCE_DIR: ${CMAKE_CURRENT_SOURCE_DIR}")
0 commit comments