Files
CMake/Tests/RunCMake/CPack_AppImage/AppImageTestApp-cpack-AppImage-check.cmake
Daniel Nicoletti 1a6dbcc9ea CPack: Add AppImage generator
This AppImage generator only relies on appimagetool and patchelf.

Closes: #27104
Co-authored-by: Brad King <brad.king@kitware.com>
2025-09-03 18:50:40 -04:00

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()