Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 294eac4b authored by kraus's avatar kraus
Browse files

make compilation of ippl tests optional

parent c98a2db5
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,9 @@ SET (CMAKE_CXX_FLAGS
### add test directories ####################################
ADD_SUBDIRECTORY (src)
ADD_SUBDIRECTORY (test)
IF (ENABLE_IPPLTESTS)
ADD_SUBDIRECTORY (test)
ENDIF (ENABLE_IPPLTESTS)
### write configure file ####################################
CONFIGURE_FILE ( ${CMAKE_CURRENT_SOURCE_DIR}/cmake/${PROJECT_NAME}Config.cmake.in
......
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