Changeset 91 in pacpusframework for trunk/cmake/PacpusInstall.cmake


Ignore:
Timestamp:
05/19/13 12:32:48 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

Improvement of the build system to avoid some workarounds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/PacpusInstall.cmake

    r64 r91  
    3232# ========================================
    3333if(PACPUS_INSTALL_3RD)
    34     install(
    35     DIRECTORY
    36         ${PACPUS_3RD_PARTY_DIR}
    37     DESTINATION
    38         ${PACPUS_INSTALL_DIR}
    39     )
     34        if(WIN32)
     35                install(
     36                DIRECTORY
     37                        ${PACPUS_3RD_PARTY_DIR}
     38                DESTINATION
     39                        ${PACPUS_INSTALL_DIR}
     40                        )
     41        endif()
    4042endif()
    4143
Note: See TracChangeset for help on using the changeset viewer.