Skip to content

Instantly share code, notes, and snippets.

@susnux
Created October 31, 2015 01:38
Show Gist options
  • Save susnux/a3506fdca3ca3ce525d7 to your computer and use it in GitHub Desktop.
Save susnux/a3506fdca3ca3ce525d7 to your computer and use it in GitHub Desktop.
Typo in CmakeLists.txt
diff -Naur supercollider-12eb92f/lang/CMakeLists.txt supercollider-12eb92f-new/lang/CMakeLists.txt
--- supercollider-12eb92f/lang/CMakeLists.txt 2015-10-30 10:57:25.000000000 +0100
+++ supercollider-12eb92f-new/lang/CMakeLists.txt 2015-10-30 14:15:31.232752969 +0100
@@ -231,7 +231,7 @@
if (Boost_FOUND)
- target_include_directoriesf(libsclang PUBLIC ${Boost_INCLUDE_DIRS})
+ target_include_directories(libsclang PUBLIC ${Boost_INCLUDE_DIRS})
target_link_libraries(libsclang ${Boost_THREAD_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${Boost_REGEX_LIBRARY} ${Boost_FILESYSTEM_LIBRARY})
else()
target_include_directories(libsclang PUBLIC ${CMAKE_SOURCE_DIR}/external_libraries/boost)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment