From 4337f2619fb7f2dc7fab39c6969f872150a4026d Mon Sep 17 00:00:00 2001 From: Ardekantur Date: Fri, 18 Jun 2010 21:13:34 -0400 Subject: [PATCH] Mistakes in previous commit --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78050d8415..63d03ec0a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,6 @@ configure_file(${OpenMW_SOURCE_DIR}/files/openmw.cfg if (APPLE) set(APPLE_BUNDLE_RESOURCES ${CMAKE_SOURCE_DIR}/files/openmw.cfg -# ${CMAKE_SOURCE_DIR}/files/ogre.cfg ${CMAKE_SOURCE_DIR}/files/mac/plugins.cfg ) endif (APPLE) @@ -125,7 +124,6 @@ if (APPLE) set_source_files_properties( ${CMAKE_SOURCE_DIR}/files/openmw.cfg ${CMAKE_SOURCE_DIR}/files/mac/plugins.cfg - ${CMAKE_SOURCE_DIR}/files/o PROPERTIES MACOSX_PACKAGE_LOCATION MacOS )