Changeset 19245
- Timestamp:
- 10/22/18 16:54:38 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/CMakeLists.txt
r19227 r19245 67 67 # ********* Requirements ********** 68 68 # ********************************* 69 70 # Inlclude the main source AND build dir itself 71 SET(CMAKE_INCLUDE_CURRENT_DIR ON) 69 72 70 73 # =========== pkg-config ============ … … 184 187 IF(NOT TOOLS_ONLY) 185 188 186 SET(CMAKE_INCLUDE_CURRENT_DIR ON)187 189 FIND_PACKAGE(Qt4 REQUIRED QtCore QtGui QtOpenGL QtSql QtXml) 188 190 FIND_PACKAGE(Qwt REQUIRED)
Note:
See TracChangeset
for help on using the changeset viewer.