Skip to content

Commit

Permalink
CMake: BUILD_TESTING is ON by default
Browse files Browse the repository at this point in the history
Also we need it to be overridable by user with -DBUILD_TESTING=OFF
  • Loading branch information
nim65s committed Oct 4, 2024
1 parent 89c8d76 commit 4149d61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ set(PROJECT_URL "https://github.com/${PROJECT_ORG}/${PROJECT_NAME}")
set(BUILD_PYTHON_INTERFACE ON)
# option(INSTALL_PYTHON_INTERFACE_ONLY "Install *ONLY* the Python interface"
# OFF) option(BUILD_TESTING "Build unit tests" OFF)
set(BUILD_TESTING ON)

# Project configuration
set(CUSTOM_HEADER_DIR ${PROJECT_NAME})
Expand Down

0 comments on commit 4149d61

Please sign in to comment.