Changeset 19303
- Timestamp:
- 10/24/18 23:10:30 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/CMakeLists.txt
r19285 r19303 204 204 205 205 SET(CMAKE_CXX_STANDARD 11) 206 SET(CMAKE_C_FLAGS "-pedantic")207 206 208 207 SET(CMAKE_CXX_FLAGS … … 233 232 234 233 # Flags required for Dim 235 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} - DMIPSEL -DPROTOCOL=1 -Dunix -Dlinux")234 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pedantic -DMIPSEL -DPROTOCOL=1 -Dunix -Dlinux") 236 235 237 236 # --------- ROOT ------------- 238 237 239 238 #IF(EXISTS "$ENV{ROOTSYS}/ROOTConfig.cmake") 240 IF(DEFINED $ENV{CMAKE_PREFIX_PATH}) # -- This is supposed to be root 6 --239 IF(DEFINED ENV{CMAKE_PREFIX_PATH}) # -- This is supposed to be root 6 -- 241 240 # You need to tell CMake where to find the ROOT installation. This can be done in a number of ways: 242 241 # - ROOT built with classic configure/make use the provided $ROOTSYS/etc/cmake/FindROOT.cmake … … 286 285 # ------------------------------------------------------- 287 286 287 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}) 288 288 INCLUDE_DIRECTORIES(pal) 289 289 INCLUDE_DIRECTORIES(erfa/src)
Note:
See TracChangeset
for help on using the changeset viewer.