We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f7028 commit 6662a28Copy full SHA for 6662a28
CMakeLists.txt
@@ -62,7 +62,7 @@ set(BOOST_COMPONENTS filesystem regex system locale)
62
if(BOOST_USE_SIGNALS2)
63
add_definitions("-DBOOST_SIGNALS2")
64
else()
65
- set(BOOST_COMPONENTS ${BOOST_COMPONENTS} singals)
+ set(BOOST_COMPONENTS ${BOOST_COMPONENTS} signals)
66
endif()
67
68
find_package(Boost 1.46.0 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
0 commit comments