We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a034674 commit 962ef32Copy full SHA for 962ef32
1 file changed
kratos/CMakeLists.txt
@@ -195,6 +195,7 @@ if(USE_COTIRE MATCHES ON)
195
set_source_files_properties (${CMAKE_CURRENT_SOURCE_DIR}/python/add_amgcl_solver_to_python.cpp PROPERTIES COTIRE_EXCLUDED TRUE)
196
set_source_files_properties (${CMAKE_CURRENT_SOURCE_DIR}/python/add_strategies_to_python.cpp PROPERTIES COTIRE_EXCLUDED TRUE)
197
set_source_files_properties (${CMAKE_CURRENT_SOURCE_DIR}/python/add_utilities_to_python.cpp PROPERTIES COTIRE_EXCLUDED TRUE)
198
+ set_source_files_properties (${CMAKE_CURRENT_SOURCE_DIR}/linear_solvers/amgcl_solver_impl.cpp PROPERTIES COTIRE_EXCLUDED TRUE)
199
200
cotire(Kratos)
201
endif(USE_COTIRE MATCHES ON)
0 commit comments