Skip to content

Commit daa159d

Browse files
committed
Only configure systest CMake with framework
RE #34850
1 parent 5af16c7 commit daa159d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ endif()
179179

180180
if(BUILD_MANTIDFRAMEWORK)
181181
add_subdirectory(scripts)
182+
add_subdirectory(Testing/SystemTests/scripts)
183+
add_subdirectory(Testing/SystemTests/tests)
182184
endif()
183185

184186
# Docs requirements
@@ -203,10 +205,6 @@ if(ENABLE_DOCS)
203205
add_subdirectory(docs)
204206
endif()
205207

206-
# System test targets
207-
add_subdirectory(Testing/SystemTests/scripts)
208-
add_subdirectory(Testing/SystemTests/tests)
209-
210208
if(COVERAGE)
211209
get_property(ALL_SRCS GLOBAL PROPERTY COVERAGE_SRCS)
212210
set(SRCS_FILE "")

0 commit comments

Comments
 (0)