We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d837d commit 29661c9Copy full SHA for 29661c9
unit-tests/CMakeLists.txt
@@ -67,6 +67,7 @@ add_compile_definitions(TEST DEBUG=0 SKIP_FOR_CMOCKA PRINTF=printf)
67
if(NOT DEFINED HAVE_LIQUID OR HAVE_LIQUID GREATER_EQUAL 1)
68
set(HAVE_LIQUID 1)
69
add_compile_definitions(HAVE_LIQUID)
70
+ add_compile_definitions(LIQUID_NET_REGTEST)
71
endif()
72
73
if(HAVE_LIQUID)
0 commit comments