Changeset 12094 for code/branches/Flatpak/cmake
- Timestamp:
- Nov 9, 2018, 11:36:12 PM (6 years ago)
- Location:
- code/branches/Flatpak/cmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Flatpak/cmake/InstallCheck.cmake
r8351 r12094 27 27 28 28 IF("${CMAKE_INSTALL_CONFIG_NAME}" STREQUAL "Debug") 29 MESSAGE( FATAL_ERROR"Installing debug builds is not supported!")29 MESSAGE(WARNING "Installing debug builds is not supported!") 30 30 ENDIF() -
code/branches/Flatpak/cmake/tools/FindCEGUI.cmake
r11810 r12094 36 36 PATH_SUFFIXES 37 37 include 38 include/cegui-0/CEGUI 38 39 include/CEGUI 39 40 include/cegui-0.8.4/CEGUI … … 51 52 PATH_SUFFIXES 52 53 include 54 include/cegui-0/ 53 55 include/cegui-${CEGUI_VERSION}/ 54 56 )
Note: See TracChangeset
for help on using the changeset viewer.