From 7e88631698077ef88dced138126dd9f36acc6388 Mon Sep 17 00:00:00 2001 From: Timothy Collett Date: Thu, 24 May 2012 15:02:53 -0400 Subject: Trying a different method now (with install_name_tool) --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ec11c08e..af3bba8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,7 +141,6 @@ include_directories(${ZLIB_INCLUDE_DIRS}) include_directories(depends/clsocket/src) if(APPLE) include_directories(${CMAKE_INSTALL_PREFIX}/libs/SDL.framework/Headers) - SET(PROJECT_LIBS SDL) endif() add_subdirectory(depends) -- cgit v1.2.1