Changeset 12099
- Timestamp:
- Nov 14, 2018, 9:17:56 AM (6 years ago)
- Location:
- code/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/Flatpak (added) merged: 12093-12094
- Property svn:mergeinfo changed
-
code/trunk/cmake/InstallCheck.cmake
r8351 r12099 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/trunk/cmake/tools/FindCEGUI.cmake
r11810 r12099 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 ) -
code/trunk/src/libraries/tools/Timer.h
r12029 r12099 78 78 79 79 #include "tools/ToolsPrereqs.h" 80 80 #include <functional> 81 81 #include "core/object/Listable.h" 82 82 #include "core/command/ExecutorPtr.h"
Note: See TracChangeset
for help on using the changeset viewer.