Skip to content

Commit

Permalink
fix(CMakeLists.txt): would not use signals v1 due to a typo
Browse files Browse the repository at this point in the history
Closes #225
  • Loading branch information
lotem committed Jun 30, 2019
1 parent b9f7028 commit 6662a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ set(BOOST_COMPONENTS filesystem regex system locale)
if(BOOST_USE_SIGNALS2)
add_definitions("-DBOOST_SIGNALS2")
else()
set(BOOST_COMPONENTS ${BOOST_COMPONENTS} singals)
set(BOOST_COMPONENTS ${BOOST_COMPONENTS} signals)
endif()

find_package(Boost 1.46.0 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
Expand Down

0 comments on commit 6662a28

Please sign in to comment.