Skip to content

Commit 9173332

Browse files
committed
fix formatting
1 parent 92430d8 commit 9173332

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

cmake/Boost.cmake

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ set(Boost_USE_MULTITHREADED ON)
1212
set(Boost_USE_STATIC_RUNTIME OFF)
1313
find_package(Boost 1.70.0 REQUIRED COMPONENTS system)
1414

15-
# attempt fixes from @al-cheb
15+
# fix attempt from @al-cheb
1616
# https://github.com/actions/virtual-environments/issues/370#issuecomment-586209745
1717
if(WIN32)
18-
add_definitions(-DBOOST_ALL_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_THREAD_DYN_LINK)
18+
add_definitions(
19+
-DBOOST_ALL_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_IOSTREAMS_DYN_LINK
20+
-DBOOST_THREAD_DYN_LINK
21+
)
1922
endif()

0 commit comments

Comments
 (0)