Skip to content

Commit cec287c

Browse files
committed
Fix format
1 parent 6bdd3a5 commit cec287c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ 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)
201+
if (BTCPP_UNIT_TESTS OR BTCPP_EXAMPLES)
202202
add_subdirectory(sample_nodes)
203203
endif()
204204

0 commit comments

Comments
 (0)