Changeset 268 in pacpusframework


Ignore:
Timestamp:
03/13/14 10:41:20 (10 years ago)
Author:
Marek Kurdej
Message:

Added: bin directory to PACPUS_LIB_DIR Fixed: spelling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/FindPacpus.cmake

    r227 r268  
    2727    )
    2828else()
    29     # TODO: add default paths no Unix-like systems
     29    # TODO: add default paths on Unix-like systems
    3030    list(APPEND PACPUS_INCLUDE_HINTS
    3131    )
     
    4242
    4343get_filename_component(PACPUS_ROOT ${PACPUS_INCLUDE_DIR}/.. ABSOLUTE)
    44 set(PACPUS_LIB_DIR ${PACPUS_ROOT}/lib)
     44set(PACPUS_LIB_DIR ${PACPUS_ROOT}/lib ${PACPUS_ROOT}/bin)
    4545
    4646# List of required modules
Note: See TracChangeset for help on using the changeset viewer.