Skip to content

Commit f8f106b

Browse files
committed
Fix Boost import
1 parent 0f53030 commit f8f106b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if (NOT LIBAPPIMAGE_SHARED_ONLY)
9898

9999
# we need Boost.Algorithm, which does not need to be included explicitly since it's header-only
100100
# link to Boost::boost to include the header directories
101-
find_package(Boost 1.53.0 REQUIRED)
101+
find_package(Boost 1.53.0 CONFIG REQUIRED)
102102

103103
## XdgUtils
104104
if(USE_SYSTEM_XDGUTILS)

0 commit comments

Comments
 (0)