Changeset 50 in pacpusframework for trunk/cmake/PacpusPlatforms.cmake
- Timestamp:
- Jan 9, 2013, 9:06:15 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusPlatforms.cmake
r3 r50 11 11 # GCC-Based compilers 12 12 # ======================================== 13 if 14 pacpus_info("The libraries will be compiled with -fPIC")15 list(APPEND PACPUS_DEFINITIONS " -fPIC ")13 if("${CMAKE_CXX_COMPILER}" MATCHES "gcc|icc|clang") 14 pacpus_info("The libraries will be compiled with -fPIC") 15 list(APPEND PACPUS_DEFINITIONS " -fPIC ") 16 16 endif()
Note:
See TracChangeset
for help on using the changeset viewer.