Skip to content

Commit

Permalink
Merge pull request #232 from supercollider/topic/cleanup-dirs
Browse files Browse the repository at this point in the history
cmake: remove refs to missing dirs
  • Loading branch information
mossheim authored Dec 7, 2018
2 parents f2ec7aa + a980a83 commit 09587c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ if (SUPERNOVA)
include_directories(${SC_PATH}/external_libraries/nova-tt)
# actually just boost.atomic
include_directories(${SC_PATH}/external_libraries/boost)
include_directories(${SC_PATH}/external_libraries/boost_lockfree)
include_directories(${SC_PATH}/external_libraries/boost-lockfree)
endif()

include_directories(${CMAKE_SOURCE_DIR}/include/)
Expand Down
1 change: 0 additions & 1 deletion source/StkInst/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ if(SUPERNOVA)
endif()
set_property(TARGET ${PROJECT}_supernova APPEND PROPERTY COMPILE_DEFINITIONS "SUPERNOVA")
include_directories(${SC_PATH}/external_libraries
${SC_PATH}/external_libraries/boost-lockfree
${SC_PATH}/external_libraries/nova-simd
${SC_PATH}/external_libraries/nova-tt
)
Expand Down

0 comments on commit 09587c4

Please sign in to comment.