Skip to content

Commit

Permalink
Revert "[build] Allow disabling tests and examples"
Browse files Browse the repository at this point in the history
This reverts commit ddd95f4.
  • Loading branch information
spacey-sooty committed Dec 9, 2024
1 parent ddd95f4 commit 699757d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,10 @@ add_subdirectory(CppUnitLite)
add_subdirectory(gtsam)

# Build Tests
option(BUILD_TESTS "Builds unit tests" ON)
if (BUILD_TESTS)
add_subdirectory(tests)
endif()

add_subdirectory(tests)

# Build examples
option(BUILD_EXAMPLES "Builds examples" ON)
if (BUILD_EXAMPLES)
add_subdirectory(examples)
endif()
add_subdirectory(examples)

# Build timing
add_subdirectory(timing)
Expand Down

0 comments on commit 699757d

Please sign in to comment.