Skip to content

Commit 6499781

Browse files
committed
CTest manual script needs explicit generator
1 parent f00f26c commit 6499781

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ctest-custom.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ elseif(${HOSTNAME} STREQUAL "debian-stable" )
2929
set(CTEST_BINARY_DIRECTORY "/home/ci/scopehal-apps/build")
3030
set(CTEST_SOURCE_DIRECTORY "/home/ci/scopehal-apps/")
3131
set(CTEST_BUILD_CONFIGURATION "RelWithDebInfo")
32+
set(CTEST_CMAKE_GENERATOR "Unix Makefiles")
3233
set(CONFIGURE_OPTIONS "-DBUILD_TESTING=ON")
3334
else()
3435

0 commit comments

Comments
 (0)