[Orxonox-commit 3360] r8048 - code/branches/mac_osx/cmake
rgrieder at orxonox.net
rgrieder at orxonox.net
Tue Mar 8 22:29:42 CET 2011
Author: rgrieder
Date: 2011-03-08 22:29:42 +0100 (Tue, 08 Mar 2011)
New Revision: 8048
Removed:
code/branches/mac_osx/cmake/LibraryConfigOSX.cmake
Modified:
code/branches/mac_osx/cmake/LibraryConfig.cmake
Log:
Removed obsolete file.
Modified: code/branches/mac_osx/cmake/LibraryConfig.cmake
===================================================================
--- code/branches/mac_osx/cmake/LibraryConfig.cmake 2011-03-08 21:24:36 UTC (rev 8047)
+++ code/branches/mac_osx/cmake/LibraryConfig.cmake 2011-03-08 21:29:42 UTC (rev 8048)
@@ -47,7 +47,6 @@
# Scripts for specific library and CMake config
INCLUDE(LibraryConfigTardis)
-#INCLUDE(LibraryConfigOSX)
IF(DEPENDENCY_PACKAGE_ENABLE)
GET_FILENAME_COMPONENT(_dep_dir_1 ${CMAKE_SOURCE_DIR}/../dependencies ABSOLUTE)
Deleted: code/branches/mac_osx/cmake/LibraryConfigOSX.cmake
===================================================================
--- code/branches/mac_osx/cmake/LibraryConfigOSX.cmake 2011-03-08 21:24:36 UTC (rev 8047)
+++ code/branches/mac_osx/cmake/LibraryConfigOSX.cmake 2011-03-08 21:29:42 UTC (rev 8048)
@@ -1,29 +0,0 @@
- #
- # ORXONOX - the hottest 3D action shooter ever to exist
- # > www.orxonox.net <
- #
- # This program is free software; you can redistribute it and/or
- # modify it under the terms of the GNU General Public License
- # as published by the Free Software Foundation; either version 2
- # of the License, or (at your option) any later version.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License along
- # with this program; if not, write to the Free Software Foundation,
- # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- #
- #
- # Author:
- # Kevin Young
- # Description:
- # Sets necessary library options and paths on Mac.
- #
-
-IF(APPLE)
- MESSAGE(STATUS "Running on Apple. Using customized paths and options.")
-
-ENDIF(APPLE)
More information about the Orxonox-commit
mailing list