Skip to content

Commit

Permalink
cmake build system: minor cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Blechmann <tim@klingt.org>
(cherry picked from commit 7743af1)

Signed-off-by: Dan Stowell <danstowell@users.sourceforge.net>
  • Loading branch information
timblechmann authored and danstowell committed Jun 16, 2012
1 parent f221204 commit 1076604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/CMakeLists.txt
Expand Up @@ -276,7 +276,7 @@ endif()

add_executable(sclang LangSource/cmdLineFuncs.cpp)

if (${Boost_FOUND})
if (Boost_FOUND)
target_link_libraries(sclang libsclang ${Boost_THREAD_LIBRARY})
else()
target_link_libraries(sclang libsclang boost_thread)
Expand Down

0 comments on commit 1076604

Please sign in to comment.