patrick
/
plasp
Archived
1
0
Fork 0

Disabled tests by default.

This commit is contained in:
Patrick Lühne 2016-08-15 00:25:37 +02:00
parent 04ddbaabae
commit b100bcd446
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set(CMAKE_CXX_FLAGS "-Wall -Wextra -Wpedantic")
set(CMAKE_CXX_FLAGS_DEBUG "-g")
add_definitions(-std=c++14)
option(BUILD_TESTS "Build unit tests" ON)
option(BUILD_TESTS "Build unit tests" OFF)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)