this is internal now
authorkoda
Sat, 29 Jun 2013 00:28:47 +0200
changeset 9297 3f16f5e43814
parent 9295 f8819c3dde54
child 9298 2d88d01bad07
this is internal now
cmake_modules/platform.cmake
--- a/cmake_modules/platform.cmake	Fri Jun 28 12:47:54 2013 -0400
+++ b/cmake_modules/platform.cmake	Sat Jun 29 00:28:47 2013 +0200
@@ -89,9 +89,6 @@
         add_flag_append(CMAKE_Pascal_FLAGS "-XR${CMAKE_OSX_SYSROOT}")
         add_flag_append(CMAKE_Pascal_FLAGS "-k-macosx_version_min -k${minimum_macosx_version}")
     endif()
-
-    #add user framework directory, other paths can be passed via FPFLAGS
-    add_flag_append(CMAKE_Pascal_FLAGS "-Ff~/Library/Frameworks")
 endif(APPLE)
 
 if(MINGW)