Turned off the building of tests and examples.

This commit is contained in:
Iason 2020-02-06 14:06:39 +01:00
parent 2db75a14cc
commit 14532af0da
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release")
endif()
option(FEA_BUILD_UNIT_TESTS "Build unit tests" ON)
option(FEA_BUILD_EXAMPLES "Build examples" ON)
option(FEA_BUILD_UNIT_TESTS "Build unit tests" OFF)
option(FEA_BUILD_EXAMPLES "Build examples" OFF)
option(FEA_BUILD_GUI "Build Qt GUI" OFF)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")