# HG changeset patch # User koda # Date 1372458527 -7200 # Node ID 3f16f5e438147f09738b13cb0b11d700981b36c2 # Parent f8819c3dde54164088e56b0926dd19356927c7f2 this is internal now diff -r f8819c3dde54 -r 3f16f5e43814 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)