Skip to content

Commit b74f5e9

Browse files
author
a-pavlov
committed
Do not build unit tests by default
1 parent 558145f commit b74f5e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.6)
22
project(netlicensing)
33

4-
option (BUILD_TESTS "Build unit tests." TRUE)
4+
option (BUILD_TESTS "Build unit tests." FALSE)
55

66
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
77

0 commit comments

Comments
 (0)