Corrected endif in cpack/CMakeLists.txt. Fixes #377

This commit is contained in:
f4exb 2019-07-25 08:22:50 +02:00
parent df5822a570
commit 1e655bae82
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ elseif(WIN32 OR MINGW)
"Delete '$SMPROGRAMS\\\\$START_MENU\\\\SDRangel.lnk'")
endif(BUNDLE)
endif(WIN32 OR MINGW)
endif(APPLE AND BUNDLE AND BUILD_GUI)
message(STATUS "CPack generators: ${CPACK_GENERATOR}")
include(CPack)