We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f53030 commit f8f106bCopy full SHA for f8f106b
cmake/dependencies.cmake
@@ -98,7 +98,7 @@ if (NOT LIBAPPIMAGE_SHARED_ONLY)
98
99
# we need Boost.Algorithm, which does not need to be included explicitly since it's header-only
100
# link to Boost::boost to include the header directories
101
- find_package(Boost 1.53.0 REQUIRED)
+ find_package(Boost 1.53.0 CONFIG REQUIRED)
102
103
## XdgUtils
104
if(USE_SYSTEM_XDGUTILS)
0 commit comments