v2.0.5-rc (#41)

Reviewed-on: #41
This commit is contained in:
2025-03-26 07:02:38 -05:00
parent 7b5bf659f4
commit 87b6e92356
124 changed files with 6790 additions and 819 deletions

View File

@@ -120,11 +120,11 @@ if(PROJECT_ENABLE_BOOST)
--with-libraries=atomic,chrono,date_time,filesystem,iostreams,locale,log,program_options,random,regex,serialization,system,test,thread
BUILD_COMMAND
./b2
-j1
-j$ENV{CMAKE_BUILD_PARALLEL_LEVEL}
${BOOST_BUILD_ARGS}
INSTALL_COMMAND
./b2
-j1
-j$ENV{CMAKE_BUILD_PARALLEL_LEVEL}
${BOOST_BUILD_ARGS}
install
)