Changeset 58 in pacpusframework for trunk/CMakeLists.txt


Ignore:
Timestamp:
Jan 9, 2013, 10:35:31 AM (12 years ago)
Author:
Marek Kurdej
Message:

CMake: updated to conform to the coding style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r52 r58  
    1818set(PACPUS_PATCH_VERSION 0)
    1919set(PACPUS_VERSION
    20   "${PACPUS_MAJOR_VERSION}.${PACPUS_MINOR_VERSION}.${PACPUS_PATCH_VERSION}")
     20    "${PACPUS_MAJOR_VERSION}.${PACPUS_MINOR_VERSION}.${PACPUS_PATCH_VERSION}")
    2121
    2222# ========================================
     
    7676# Build the documentation if enabled
    7777# ========================================
    78 if (PACPUS_BUILD_DOC)
     78if(PACPUS_BUILD_DOC)
    7979    add_subdirectory(${PACPUS_DOC_DIR})
    8080endif()
     
    9595pacpus_info("  Platform:")
    9696pacpus_info("    Host:" ${CMAKE_HOST_SYSTEM_NAME} ${CMAKE_HOST_SYSTEM_VERSION} ${CMAKE_HOST_SYSTEM_PROCESSOR})
    97 if (CMAKE_CROSS_COMPILING)
     97if(CMAKE_CROSS_COMPILING)
    9898    pacpus_info("    Target:" ${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_VERSION} ${CMAKE_SYSTEM_PROCESSOR})
    9999endif()
     
    101101pacpus_info("    CMake generator:" ${CMAKE_GENERATOR})
    102102pacpus_info("    CMake build tool:" ${CMAKE_BUILD_TOOL})
    103 if (MSVC)
     103if(MSVC)
    104104    pacpus_info("    MSVC:" ${MSVC_VERSION})
    105105else()
Note: See TracChangeset for help on using the changeset viewer.