Skip to content
Snippets Groups Projects
Commit b9503161 authored by Riccardo Longo's avatar Riccardo Longo
Browse files

LXPLUS support variable added

parent 51862235
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,11 @@ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})
add_compile_options(-std=c++11)
#add_compile_options(-arch x86_64)
if (${JZCaPA_ON_LXPLUS} MATCHES "YES")
message("${BoldWhite} LXPLUS modern compiler support enabled! ${ColourReset}")
add_compile_options(-std=c++1y)
endif (${JZCaPA_ON_LXPLUS} MATCHES "YES")
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmakeModules/)
#Root support
......@@ -65,7 +70,6 @@ add_subdirectory(Analysis)
if (${JZCaPA_ENABLE_MC} MATCHES "YES")
message("${BoldGreen} Monte Carlo extension enabled! ${ColourReset}")
add_subdirectory(MonteCarlo)
endif (${JZCaPA_ENABLE_MC} MATCHES "YES")
#Install test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment