Skip to content

Commit f00f26c

Browse files
committed
Fixed missing parenthesis
1 parent ecf9fad commit f00f26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctest-custom.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ elseif(${HOSTNAME} STREQUAL "debian-stable" )
2828

2929
set(CTEST_BINARY_DIRECTORY "/home/ci/scopehal-apps/build")
3030
set(CTEST_SOURCE_DIRECTORY "/home/ci/scopehal-apps/")
31-
set(CTEST_BUILD_CONFIGURATION "RelWithDebInfo"
31+
set(CTEST_BUILD_CONFIGURATION "RelWithDebInfo")
3232
set(CONFIGURE_OPTIONS "-DBUILD_TESTING=ON")
3333
else()
3434

0 commit comments

Comments
 (0)