Clean Tests
This commit is contained in:
@ -45,17 +45,8 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU"
|
||||
)
|
||||
endif()
|
||||
|
||||
add_compile_definitions(-D_ITERATOR_DEBUG_LEVEL=0)
|
||||
|
||||
add_subdirectory(Src/)
|
||||
|
||||
if(IACore_BUILD_TESTS)
|
||||
add_subdirectory(Tests)
|
||||
endif()
|
||||
|
||||
# -------------------------------------------------
|
||||
# Local Development Sandboxes (not included in source control)
|
||||
# -------------------------------------------------
|
||||
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.local")
|
||||
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/.local")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user