Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jun 4, 2021
1 parent 78ea850 commit d1d39c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ message(STATUS "Boost.Context: "
"binary format ${BOOST_CONTEXT_BINARY_FORMAT}, "
"ABI ${BOOST_CONTEXT_ABI}, "
"assembler ${BOOST_CONTEXT_ASSEMBLER}, "
"asm suffix ${BOOST_CONTEXT_ASM_SUFFIX}, "
"suffix ${BOOST_CONTEXT_ASM_SUFFIX}, "
"implementation ${BOOST_CONTEXT_IMPLEMENTATION}")

# Enable the right assembler
Expand Down Expand Up @@ -170,6 +170,7 @@ target_link_libraries(boost_context
Boost::assert
Boost::config
Boost::core
Boost::mp11
Boost::pool
Boost::predef
Boost::smart_ptr
Expand Down

0 comments on commit d1d39c8

Please sign in to comment.