Skip to content
Snippets Groups Projects
Commit 768d320f authored by Kasper Marstal's avatar Kasper Marstal
Browse files

BUG: Remove deleted directory from CMakeList

parent f3aa7249
No related branches found
No related tags found
No related merge requests found
......@@ -68,12 +68,6 @@ set( TEST_LIBRARIES
# Unit tests
add_subdirectory( Unit )
# Benchmarks
option( ELASTIX_BUILD_BENCHMARKING "Enable building benchmarks." OFF )
if( ${ELASTIX_BUILD_BENCHMARKING} )
add_subdirectory( Benchmark )
endif()
# ---------------------------------------------------------------------
# Configure dashboard
mark_as_advanced( ELASTIX_BUILD_DASHBOARD )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment