Skip to content

Commit 9be3039

Browse files
Change Boost dependencies to use DEPS instead of DEPS_PLAIN
On ubuntu 22.04, using DEPS_PLAIN produces .pc files containing Boost::* for libraries
1 parent 80531ee commit 9be3039

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/CMakeLists.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ rock_library(owlapi
239239
icu-i18n
240240
icu-io
241241
icu-uc
242-
DEPS_PLAIN
243-
Boost_PROGRAM_OPTIONS
244-
Boost_REGEX
245-
Boost_SYSTEM
246-
Boost_FILESYSTEM
242+
DEPS
243+
Boost::program_options
244+
Boost::regex
245+
Boost::system
246+
Boost::filesystem
247247
)
248248

249249
target_include_directories(owlapi PUBLIC ${Boost_INCLUDE_DIR})

0 commit comments

Comments
 (0)