Changeset 19245 for trunk/FACT++


Ignore:
Timestamp:
10/22/18 16:54:38 (6 years ago)
Author:
tbretz
Message:
CMAKE_INCLUDE_CURRENT should be set also with TOOLS_ONLY
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/CMakeLists.txt

    r19227 r19245  
    6767# ********* Requirements **********
    6868# *********************************
     69
     70# Inlclude the main source AND build dir itself
     71SET(CMAKE_INCLUDE_CURRENT_DIR ON)
    6972
    7073# =========== pkg-config ============
     
    184187IF(NOT TOOLS_ONLY)
    185188
    186 SET(CMAKE_INCLUDE_CURRENT_DIR ON)
    187189FIND_PACKAGE(Qt4 REQUIRED QtCore QtGui QtOpenGL QtSql QtXml)
    188190FIND_PACKAGE(Qwt REQUIRED)
Note: See TracChangeset for help on using the changeset viewer.