Skip to content

Commit 6662a28

Browse files
committed
fix(CMakeLists.txt): would not use signals v1 due to a typo
Closes #225
1 parent b9f7028 commit 6662a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ set(BOOST_COMPONENTS filesystem regex system locale)
6262
if(BOOST_USE_SIGNALS2)
6363
add_definitions("-DBOOST_SIGNALS2")
6464
else()
65-
set(BOOST_COMPONENTS ${BOOST_COMPONENTS} singals)
65+
set(BOOST_COMPONENTS ${BOOST_COMPONENTS} signals)
6666
endif()
6767

6868
find_package(Boost 1.46.0 REQUIRED COMPONENTS ${BOOST_COMPONENTS})

0 commit comments

Comments
 (0)