Changeset 252 in pacpusframework for branches/0.0.x


Ignore:
Timestamp:
12/10/13 17:34:35 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

branche 0.1:

  • add installation option with version number of PACPUS
  • compilation on Win32 with Qt4.8.1, boost 1.54 and msvc10 : OK

branche 0.0:

  • minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.0.x/cmake/PacpusConfiguration.cmake

    r91 r252  
    1111# Build-specific configuration
    1212# ========================================
    13 
    14 # TODO : check how cache variables work? Why the commented line doesn't work?
    15 
    1613if(IS_BUILDING_PACPUS)
    1714        if(PACPUS_INSTALL_WITH_VERSION_NUMBER)
    1815                pacpus_purge_backslash(PACPUS_INSTALL_DIR)
    1916                set(PACPUS_INSTALL_DIR ${PACPUS_INSTALL_DIR}/${PACPUS_VERSION})
    20 #       set(PACPUS_INSTALL_DIR    ${CMAKE_INSTALL_PREFIX}/${PACPUS_VERSION}   CACHE PATH "Installation directory for the library")
    2117        endif()
    2218    set(PACPUS_INSTALL_3RD    FALSE                     CACHE BOOL      "Installation of the 3rd party")
Note: See TracChangeset for help on using the changeset viewer.