File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -96,16 +96,6 @@ target_link_libraries(bitcoinkernel
9696
9797target_include_directories (bitcoinkernel PRIVATE $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR} /src/leveldb/include >)
9898
99- # libbitcoinkernel requires default symbol visibility, explicitly
100- # specify that here so that things still work even when user
101- # configures with -DREDUCE_EXPORTS=ON
102- #
103- # Note this is a quick hack that will be removed as we
104- # incrementally define what to export from the library.
105- set_target_properties (bitcoinkernel PROPERTIES
106- CXX_VISIBILITY_PRESET default
107- )
108-
10999# Add a convenience libbitcoinkernel target as a synonym for bitcoinkernel.
110100add_custom_target (libbitcoinkernel)
111101add_dependencies (libbitcoinkernel bitcoinkernel)
You can’t perform that action at this time.
0 commit comments