Skip to content

Commit

Permalink
(cont - exp)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld committed Jan 15, 2025
1 parent f49e059 commit cc9d3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cmake/FlowLikeLib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ list(APPEND CMAKE_MESSAGE_INDENT "- ")
# - defined BOOST_LIBS but blank => do ensure Boost of the proper version is available/configured for headers;
# - defined BOOST_LIBS and not blank => additionally ensure those Boost libs are available/configured for use.
if(DEFINED BOOST_LIBS)
set(BOOST_VER 1.87) # Current as of Jan 2025.
set(BOOST_VER 1.84) # Current as of Jan 2025.XXX

message(CHECK_START "(Finding dep: Boost-${BOOST_VER}: headers plus libs [${BOOST_LIBS}].)")
list(APPEND CMAKE_MESSAGE_INDENT "- ")
Expand Down

0 comments on commit cc9d3ef

Please sign in to comment.