Changeset 162 in pacpusframework for branches/2.0-beta1/CMakeLists.txt


Ignore:
Timestamp:
08/01/13 16:46:07 (11 years ago)
Author:
Marek Kurdej
Message:

Update: merged changes from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/CMakeLists.txt

    r140 r162  
    9292# ========================================
    9393include(${PACPUS_CMAKE_DIR}/PacpusInstall.cmake)
     94set( ENV{PACPUS_ROOT} ${PACPUS_INSTALL_DIR} )
    9495
    9596# ========================================
     
    122123pacpus_info("  Result:")
    123124pacpus_info("    Install directory:" ${PACPUS_INSTALL_DIR})
     125pacpus_info("    Install with version number:" ${PACPUS_INSTALL_WITH_VERSION_NUMBER})
    124126pacpus_info("")
    125127pacpus_info("  Options:")
     
    129131pacpus_info("")
    130132if("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
    131     message(WARNING "The src directory is the same as bin directory. \"make clean\" may damage the source tree")
     133    message(WARNING "The source directory is the same as build directory. \"make clean\" may damage the source tree")
    132134endif()
Note: See TracChangeset for help on using the changeset viewer.