Skip to content

Commit

Permalink
Merged Pull Request '#169 feature/skip-common-tests/main->main : Turn…
Browse files Browse the repository at this point in the history
… off `FIFTYONE_COMMON_CXX_BUILD_TESTING` (on main)'

Turn off `FIFTYONE_COMMON_CXX_BUILD_TESTING` (on main)
  • Loading branch information
Automation51D authored Jan 8, 2025
2 parents c776075 + 1b2733a commit 79febe1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ set(CMAKE_COMPILE_WARNING_AS_ERROR ON)

# Include the common API

include(CMakeDependentOption)
cmake_dependent_option(FIFTYONE_COMMON_CXX_BUILD_TESTING "" OFF "BUILD_TESTING" OFF)

include(${CMAKE_CURRENT_LIST_DIR}/src/common-cxx/CMakeLists.txt NO_POLICY_SCOPE)

project(51DegreesDeviceDetection VERSION 4.0.1 LANGUAGES CXX C)
Expand Down

0 comments on commit 79febe1

Please sign in to comment.