Changeset 80 in pacpusframework for trunk/cmake/PacpusPlatforms.cmake
- Timestamp:
- Feb 20, 2013, 12:10:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusPlatforms.cmake
r64 r80 11 11 # GCC-Based compilers 12 12 # ======================================== 13 if("${CMAKE_C XX_COMPILER}" MATCHES "gcc|icc|clang")13 if("${CMAKE_C_COMPILER}" MATCHES "gcc|icc|clang") 14 14 pacpus_info("The libraries will be compiled with -fPIC") 15 15 list(APPEND PACPUS_DEFINITIONS " -fPIC ")
Note:
See TracChangeset
for help on using the changeset viewer.