Changeset 322 in pacpusframework for trunk/CMakeLists.txt


Ignore:
Timestamp:
10/28/14 12:36:37 (10 years ago)
Author:
Marek Kurdej
Message:

Clean finding WINSDK_LIB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r301 r322  
    1313if(POLICY CMP0020)
    1414    cmake_policy(SET CMP0020 NEW) # for QT5.1 on windows / not work on linux
     15endif()
     16if(POLICY CMP0026)
     17    # allow using LOCATION_DEBUG in cmake/PacpusUtilities.cmake
     18    cmake_policy(SET CMP0026 OLD)
    1519endif()
    1620
Note: See TracChangeset for help on using the changeset viewer.