Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into upstream_secp256k1
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Jan 7, 2021
2 parents 2afbb26 + 8b2d0ed commit 7c98ac7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_CXX_COMPILER_ID}
endif()

if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "AppleClang")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)
set(CMAKE_VISIBILITY_INLINES_HIDDEN ON)
endif()

if ("${CMAKE_GENERATOR}" STREQUAL "Ninja")
Expand Down
3 changes: 0 additions & 3 deletions plugins/blockvault_client_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
find_package(PkgConfig REQUIRED)

set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)

add_library( blockvault_client_plugin
blockvault_client_plugin.cpp)
target_link_libraries( blockvault_client_plugin appbase eosio_chain)
Expand Down
3 changes: 0 additions & 3 deletions plugins/blockvault_client_plugin/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)

add_executable(blockvault_unittests main.cpp postgres_backend_tests.cpp compressor_test.cpp)
target_link_libraries(blockvault_unittests blockvault Boost::unit_test_framework)

Expand Down
3 changes: 0 additions & 3 deletions plugins/resource_monitor_plugin/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)

add_executable( test_threshold test_threshold.cpp )
target_link_libraries( test_threshold resource_monitor_plugin )
target_include_directories( test_threshold PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" )
Expand Down

0 comments on commit 7c98ac7

Please sign in to comment.