Changeset 8044 for code/branches
- Timestamp:
- Mar 8, 2011, 6:27:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/mac_osx/cmake/CompilerConfigGCC.cmake
r7526 r8044 65 65 66 66 # CMake doesn't seem to set the PIC flags right on certain 64 bit systems 67 # Todo: MinGW too? 68 IF(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64") 67 IF(NOT MINGW AND ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64") 69 68 ADD_COMPILER_FLAGS("-fPIC" CACHE) 70 69 ENDIF()
Note: See TracChangeset
for help on using the changeset viewer.