forked from Lainports/freebsd-ports
13 lines
398 B
Text
13 lines
398 B
Text
--- CMakeLists.txt.orig 2020-03-28 18:16:21 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -16,8 +16,8 @@ include_directories(${Boost_INCLUDE_DIRS})
|
|
include_directories(${CMAKE_SOURCE_DIR}/third-party)
|
|
|
|
add_subdirectory(src)
|
|
-add_subdirectory(bindings)
|
|
-if (NOT (DEFINED NO_TESTS OR NO_TESTS))
|
|
+#add_subdirectory(bindings)
|
|
+if (WITH_TESTS)
|
|
add_subdirectory(tests)
|
|
endif()
|
|
if (NOT (DEFINED NO_TOOLS OR NO_TOOLS))
|