IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 4a340ae9 authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

conex cfg files

parent 5d26166f
No related branches found
No related tags found
1 merge request!306Resolve "Export cmake targets for CORSIKA8 as framework"
......@@ -309,7 +309,7 @@ install (
configure_package_config_file (
cmake/corsikaConfig.cmake.in
${PROJECT_BINARY_DIR}/corsikaConfig.cmake
INSTALL_DESTINATION ${CMAKE_BINARY_DIR}/do_not_need_this
INSTALL_DESTINATION ${CMAKE_INSTALL_PREFIX}
)
# config for install tree
......@@ -319,7 +319,7 @@ set (Pythia8_LIBDIR ${Pythia8_LIBDIR_INSTALL})
configure_package_config_file (
cmake/corsikaConfig.cmake.in
${PROJECT_BINARY_DIR}/cmake/corsikaConfig.cmake
INSTALL_DESTINATION ${CMAKE_INSTALL_PREFIX}
INSTALL_DESTINATION ${CMAKE_BINARY_DIR}/do_not_need_this
)
install (FILES
......
......@@ -90,7 +90,7 @@ int main() {
stack.clear();
const Code beamCode = Code::Proton;
const HEPMassType mass = Proton::mass;
const HEPEnergyType E0 = 100_GeV;
const HEPEnergyType E0 = 1000_GeV;
double theta = 0.;
double phi = 0.;
......
cmake_minimum_required (VERSION 3.1)
project (libUrQMD)
set (
MODEL_SOURCES
urqmd.cpp
......
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