Skip to content

Commit

Permalink
Change back BUILD_TESTS default to OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-pino committed Apr 30, 2024
1 parent ed6f8db commit ee52941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(oculus_driver VERSION 2.0.0)

option(BUILD_TESTS "Build unit tests" ON)
option(BUILD_TESTS "Build unit tests" OFF)
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DefaultBuildType.cmake)

set(CMAKE_CXX_STANDARD 20)
Expand Down

0 comments on commit ee52941

Please sign in to comment.