Skip to content

Commit

Permalink
Merge branch 'fix-wheels' into 'master'
Browse files Browse the repository at this point in the history
[wheels] Fix IPhreeqc installation

See merge request ogs/ogs!4787
  • Loading branch information
bilke committed Nov 7, 2023
2 parents fd732ac + 76944e1 commit 007ad47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ if(_build_chemistry_lib)
${iphreeqc_SOURCE_DIR}/src/phreeqcpp
)
list(APPEND DISABLE_WARNINGS_TARGETS IPhreeqc)
if(BUILD_SHARED_LIBS)
install(TARGETS IPhreeqc LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif()
endif()
endif()
endif()
Expand Down

0 comments on commit 007ad47

Please sign in to comment.