Changeset 124 in pacpusframework for branches/2.0-beta1/CMakeLists.txt


Ignore:
Timestamp:
07/24/13 11:31:27 (11 years ago)
Author:
morasjul
Message:

comment cmake policy because error linux
fix createEcporrt cmake function
unload PacpusSerialPort (move to pacpus cityvip (ToolsComponents) now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/CMakeLists.txt

    r123 r124  
    1010project(Pacpus)
    1111cmake_minimum_required(VERSION 2.8)
    12  cmake_policy(SET CMP0020  NEW) # for QT5.1 on windows
     12
     13#cmake_policy(SET CMP0020  NEW) # for QT5.1 on windows / not work on linux
     14
    1315# ========================================
    1416# Pacpus version
Note: See TracChangeset for help on using the changeset viewer.