Skip to content

Commit

Permalink
cmake: remove refs to missing dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
mossheim committed Dec 5, 2018
1 parent f554140 commit 0963b6c
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 0963b6c

Please sign in to comment.