mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 07:40:03 -06:00
This AppImage generator only relies on appimagetool and patchelf. Closes: #27104 Co-authored-by: Brad King <brad.king@kitware.com>
4 lines
149 B
CMake
4 lines
149 B
CMake
if(NOT EXISTS "${RunCMake_TEST_BINARY_DIR}/GeneratorTest-1.2.3-Linux.AppImage")
|
|
set(RunCMake_TEST_FAILED "AppImage package not generated")
|
|
endif()
|