Skip to content

Commit 962ef32

Browse files
committed
Poking cotire settings trying to resolve appveyour linking error
1 parent a034674 commit 962ef32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kratos/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ if(USE_COTIRE MATCHES ON)
195195
set_source_files_properties (${CMAKE_CURRENT_SOURCE_DIR}/python/add_amgcl_solver_to_python.cpp PROPERTIES COTIRE_EXCLUDED TRUE)
196196
set_source_files_properties (${CMAKE_CURRENT_SOURCE_DIR}/python/add_strategies_to_python.cpp PROPERTIES COTIRE_EXCLUDED TRUE)
197197
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)
198199

199200
cotire(Kratos)
200201
endif(USE_COTIRE MATCHES ON)

0 commit comments

Comments
 (0)