Skip to content

Commit b8277b7

Browse files
authored
Building with a recent compiler fails due incompatible expected library (#833)
* >Fixes build with newer clang/gcc * >Fixes build with newer clang/gcc * conditional build of sample nodes * using current head version for testing * moved to v0.8.0
1 parent 52d6d8d commit b8277b7

File tree

3 files changed

+3558
-2538
lines changed

3 files changed

+3558
-2538
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ message( STATUS "BTCPP_LIB_DESTINATION: ${BTCPP_LIB_DESTINATION} " )
198198
message( STATUS "BTCPP_INCLUDE_DESTINATION: ${BTCPP_INCLUDE_DESTINATION} " )
199199
message( STATUS "BTCPP_UNIT_TESTS: ${BTCPP_UNIT_TESTS} " )
200200

201+
if (BTCPP_UNIT_TESTS OR BTCPP_EXAMPLES)
201202
add_subdirectory(sample_nodes)
203+
endif()
202204

203205
######################################################
204206

0 commit comments

Comments
 (0)