2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

autodiff ADL fix and remove concept tests

This commit is contained in:
Matt Borland
2021-04-02 13:45:09 +03:00
parent ea63e9c3fe
commit f8c0c13050
4 changed files with 15 additions and 11 deletions

View File

@@ -40,9 +40,3 @@ if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
add_subdirectory(test)
endif()
if(BUILD_EXAMPLE AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/example/CMakeLists.txt")
add_subdirectory(example)
endif()