IAP GITLAB

Skip to content
Snippets Groups Projects
Commit dd44e5b7 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

Merge branch '123-require-python-3-in-cmake' into 'master'

Resolve "Require python 3 in cmake"

Closes #123

See merge request AirShowerPhysics/corsika!77
parents 7fd42e4b a4c2597c
No related branches found
No related tags found
No related merge requests found
set(Python_ADDITIONAL_VERSIONS 3)
find_package(PythonInterp 3 REQUIRED)
add_custom_command ( add_custom_command (
OUTPUT ${PROJECT_BINARY_DIR}/Framework/Particles/GeneratedParticleProperties.inc OUTPUT ${PROJECT_BINARY_DIR}/Framework/Particles/GeneratedParticleProperties.inc
......
set(Python_ADDITIONAL_VERSIONS 3)
find_package(PythonInterp 3 REQUIRED)
add_custom_command ( add_custom_command (
OUTPUT ${PROJECT_BINARY_DIR}/Processes/Sibyll/Generated.inc OUTPUT ${PROJECT_BINARY_DIR}/Processes/Sibyll/Generated.inc
COMMAND ${PROJECT_SOURCE_DIR}/Processes/Sibyll/code_generator.py COMMAND ${PROJECT_SOURCE_DIR}/Processes/Sibyll/code_generator.py
......
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