Changeset 50 in pacpusframework for trunk/cmake/PacpusPlatforms.cmake


Ignore:
Timestamp:
Jan 9, 2013, 9:06:15 AM (12 years ago)
Author:
Marek Kurdej
Message:

CMake: updated to conform to the coding style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/PacpusPlatforms.cmake

    r3 r50  
    1111# GCC-Based compilers
    1212# ========================================
    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 ")
     13if("${CMAKE_CXX_COMPILER}" MATCHES "gcc|icc|clang")
     14    pacpus_info("The libraries will be compiled with -fPIC")
     15    list(APPEND PACPUS_DEFINITIONS " -fPIC ")
    1616endif()
Note: See TracChangeset for help on using the changeset viewer.