Skip to content
Snippets Groups Projects

feat: Update to Release 24 (!12)

Merged Matthew Feickert requested to merge feat/update-to-relase-24 into main
1 unresolved thread
7 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 2
2
@@ -23,7 +23,7 @@ cmake_minimum_required( VERSION 3.18...3.22 )
@@ -23,7 +23,7 @@ cmake_minimum_required( VERSION 3.18...3.22 )
project( PyColumnarPrototypeDemo VERSION 1.0.0 LANGUAGES CXX )
project( PyColumnarPrototypeDemo VERSION 1.0.0 LANGUAGES CXX )
# Find the base project.
# Find the base project.
find_package( AnalysisBase 22.2 REQUIRED )
find_package( AnalysisBase 24.2 REQUIRED )
# Set up the project's custom CMake code.
# Set up the project's custom CMake code.
list( PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" )
list( PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" )
@@ -50,7 +50,7 @@ add_subdirectory(bindings)
@@ -50,7 +50,7 @@ add_subdirectory(bindings)
message(STATUS "${Python_LIBRARIES}")
message(STATUS "${Python_LIBRARIES}")
# Set the ATLAS project, for building all packages in the repository.
# Set the ATLAS project, for building all packages in the repository.
atlas_project( USE AnalysisBase 22.2 )
atlas_project( USE AnalysisBase 24.2 )
# Set up the runtime environment setup script(s).
# Set up the runtime environment setup script(s).
lcg_generate_env( SH_FILE ${CMAKE_BINARY_DIR}/${ATLAS_PLATFORM}/env_setup.sh )
lcg_generate_env( SH_FILE ${CMAKE_BINARY_DIR}/${ATLAS_PLATFORM}/env_setup.sh )
Loading