Skip to content

Commit

Permalink
Do not build tests by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Oct 13, 2018
1 parent 524c23d commit 126ca80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -111,7 +111,7 @@ endif()
find_package(OpenCL QUIET)

option(BUILD_TRAINING_TOOLS "Build training tools" ON)
option(BUILD_TESTS "Build tests" ON)
option(BUILD_TESTS "Build tests" OFF)

###############################################################################
#
Expand Down

0 comments on commit 126ca80

Please sign in to comment.