Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 540c29c

Browse files
committed
ctest: remove package target and full generation
1 parent e19e079 commit 540c29c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

CTest.cmake

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ else()
140140
endif()
141141

142142
set(CTEST_BUILD_NAME "${preset}")
143-
set(CTEST_BUILD_TARGET "package")
144143

145144
# Set the generator. This will override the presets, but we have no option as
146145
# CTest refuses to configure unless there is a generator.
@@ -263,14 +262,6 @@ endif()
263262
# Setup the preset for configuration.
264263
set(cmake_args ${cmake_args} "--preset ${preset}")
265264

266-
# For nightlies, we want to force full generation.
267-
if(${build_group} MATCHES Nightly)
268-
message(STATUS "Full generation is ON.")
269-
set(cmake_args ${cmake_args} "-DWITH_FULL_GENERATION=ON")
270-
else()
271-
message(STATUS "Full generation is OFF.")
272-
endif()
273-
274265
message(STATUS "CMake args: ${cmake_args}")
275266
ctest_configure(OPTIONS "${cmake_args}" RETURN_VALUE configure_result)
276267
if(configure_result)

0 commit comments

Comments
 (0)