Skip to content

Commit

Permalink
Merge pull request #2 from pierrewillenbrockdfki/fix-boost-DEPS
Browse files Browse the repository at this point in the history
Change Boost dependencies to use DEPS instead of DEPS_PLAIN
  • Loading branch information
2maz authored Dec 4, 2024
2 parents 80531ee + 9be3039 commit 471ce60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ rock_library(owlapi
icu-i18n
icu-io
icu-uc
DEPS_PLAIN
Boost_PROGRAM_OPTIONS
Boost_REGEX
Boost_SYSTEM
Boost_FILESYSTEM
DEPS
Boost::program_options
Boost::regex
Boost::system
Boost::filesystem
)

target_include_directories(owlapi PUBLIC ${Boost_INCLUDE_DIR})
Expand Down

0 comments on commit 471ce60

Please sign in to comment.