Prepend PEGLIB_ to BUILD_TESTS variable

pull/278/head
edKotinsky 11 months ago
parent 2232802dec
commit a4174e0af2
  1. 2
      CMakeLists.txt

@ -32,7 +32,7 @@ if(${PEGLIB_BUILD_EXAMPLES})
add_subdirectory(example)
endif()
if (${BUILD_TESTS})
if (${PEGLIB_BUILD_TESTS})
add_subdirectory(test)
enable_testing()
endif()

Loading…
Cancel
Save