Skip to content

Commit c59e3cf

Browse files
committed
Fix casing when setting Boost_USE_STATIC_LIBS
This is actually relevant when using CMake configuration from Boost itself when Boost is built via CMake.
1 parent 63b902d commit c59e3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/3rdParty.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ if ((STATIC_LINKAGE AND META_PROJECT_IS_APPLICATION) OR (STATIC_LIBRARY_LINKAGE
493493

494494
# prefer static libraries
495495
set(OPENSSL_USE_STATIC_LIBS ON)
496-
set(BOOST_USE_STATIC_LIBS ON)
496+
set(Boost_USE_STATIC_LIBS ON)
497497
set(PKG_CONFIG_USE_STATIC_LIBS ON)
498498
configure_static_library_suffixes()
499499

0 commit comments

Comments
 (0)