Skip to content

Commit

Permalink
Removes unused cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
cslarsen committed Mar 2, 2017
1 parent 7437d09 commit eb17106
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions 3rd-party/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ if (CMAKE_BUILD_TYPE STREQUAL "Release" AND
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native")
endif()

add_subdirectory("${PROJECT_SOURCE_DIR}/3rd-party")
add_subdirectory("${PROJECT_SOURCE_DIR}/cpp")
add_subdirectory("${PROJECT_SOURCE_DIR}/cython")
add_subdirectory("${PROJECT_SOURCE_DIR}/python")
Expand Down
1 change: 1 addition & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ target_include_directories(arv-cpp
PRIVATE ${CMAKE_CURRENT_BINARY_DIR}
)

# Hide all non-public symbols
set_target_properties(arv-cpp PROPERTIES
CXX_VISIBILITY_PRESET hidden
VISIBILITY_INLINES_HIDDEN 1
Expand Down

0 comments on commit eb17106

Please sign in to comment.