[Orxonox-commit 3532] r8218 - code/branches/kicklib/cmake

rgrieder at orxonox.net rgrieder at orxonox.net
Sat Apr 9 19:18:45 CEST 2011


Author: rgrieder
Date: 2011-04-09 19:18:45 +0200 (Sat, 09 Apr 2011)
New Revision: 8218

Modified:
   code/branches/kicklib/cmake/PrepareDevBundle.cmake
Log:
Fixed indentation issues in PrepareDevBundle.cmake by removing the IF (APPLE) structure (only included on OS X anyway).

Modified: code/branches/kicklib/cmake/PrepareDevBundle.cmake
===================================================================
--- code/branches/kicklib/cmake/PrepareDevBundle.cmake	2011-04-09 17:11:52 UTC (rev 8217)
+++ code/branches/kicklib/cmake/PrepareDevBundle.cmake	2011-04-09 17:18:45 UTC (rev 8218)
@@ -23,8 +23,7 @@
  #    Creates the file structure for the development application bundle
  #
 
-IF(APPLE)
-  IF(NOT CMAKE_CONFIGURATION_TYPES)
+IF(NOT CMAKE_CONFIGURATION_TYPES)
   SET(_subdirs .)
   SET(_default_subdir .)
 ELSE()
@@ -58,4 +57,3 @@
   CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/${DEFAULT_DATA_PATH}/mac/${DEVBUNDLE_DEFAULT_LANGFILE}/InfoPlist.strings" "${DEVBUNDLE_CURRENT_RESOURCES}/${DEVBUNDLE_DEFAULT_LANGFILE}/InfoPlist.strings")
 
 ENDFOREACH(_subdir)
-ENDIF(APPLE)




More information about the Orxonox-commit mailing list