Changeset 333 in pacpusframework for branches


Ignore:
Timestamp:
12/04/14 16:54:29 (10 years ago)
Author:
DHERBOMEZ Gérald
Message:

correction of a code regression in the build system (installation of include folder failed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.1.x/CMakeLists.txt

    r330 r333  
    3131set(PACPUS_CMAKE_DIR        ${PACPUS_ROOT_DIR}/cmake)
    3232set(PACPUS_DOC_DIR          ${PACPUS_ROOT_DIR}/doc)
    33 set(PACPUS_INCLUDE_DIR      ${PACPUS_ROOT_DIR}/include)
     33set(PACPUS_INCLUDE_DIR      ${PACPUS_ROOT_DIR}/include/)
    3434set(PACPUS_SCRIPTS_DIR      ${PACPUS_ROOT_DIR}/scripts)
    3535set(PACPUS_SOURCE_DIR       ${PACPUS_ROOT_DIR}/src)
Note: See TracChangeset for help on using the changeset viewer.