Forked from
faser / calypso
1365 commits behind, 2 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 474 B
cmake_minimum_required(VERSION 3.6)
set( ATLAS_PROJECT Athena
CACHE STRING "The name of the project to build against" )
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
find_package( Athena )
atlas_ctest_setup()
atlas_project( Calypso 1.0.0
USE ${ATLAS_PROJECT} ${${ATLAS_PROJECT}_VERSION} )
lcg_generate_env( SH_FILE ${CMAKE_BINARY_DIR}/${ATLAS_PLATFORM}/env_setup.sh )
install( FILES ${CMAKE_BINARY_DIR}/${ATLAS_PLATFORM}/env_setup.sh
DESTINATION . )