Skip to content
Snippets Groups Projects
Commit c09f2338 authored by renchao.lu's avatar renchao.lu
Browse files

[CMake] fixup build-petsc.

parent 9d5132d1
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,7 @@ generate_export_header(ChemistryLib)
target_link_libraries(ChemistryLib PUBLIC iphreeqc PRIVATE NumLib spdlog::spdlog)
# See https://github.com/ufz/ogs/pull/2982#issuecomment-641086788
set_source_files_properties(PhreeqcIO.cpp PROPERTIES SKIP_UNITY_BUILD_INCLUSION TRUE)
set_source_files_properties(PhreeqcIO.cpp
CreateChemicalSolverInterface.cpp
PhreeqcKernel.cpp
PROPERTIES SKIP_UNITY_BUILD_INCLUSION TRUE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment