Skip to content

Commit

Permalink
Squashed 'src/phast/PhreeqcRM/' changes from c97215d3..8c960d43
Browse files Browse the repository at this point in the history
8c960d43 Closes usgs-coupled/vs2di#1

git-subtree-dir: src/phast/PhreeqcRM
git-subtree-split: 8c960d439fee586f77065c667f7baeae08a4f92e
  • Loading branch information
Darth Vader committed Mar 9, 2023
1 parent f2fbfcc commit d1face2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ endif()
include(GNUInstallDirs)

option(PHREEQCRM_WITH_YAML_CPP "Build with yaml-cpp support" OFF)
find_package(yaml-cpp)
find_package(yaml-cpp QUIET)
if(PHREEQCRM_WITH_YAML_CPP)
find_package(yaml-cpp REQUIRED)
endif()
Expand Down

0 comments on commit d1face2

Please # to comment.