Skip to content
Snippets Groups Projects
Commit 2dbe60a1 authored by Nico's avatar Nico
Browse files

update CMakeList...

parent 3d427ce6
No related branches found
No related tags found
No related merge requests found
......@@ -63,9 +63,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR} ${ROOT_INCLUDE_DIRS})
# Build Decay.idx File
set(decay_dir "${CMAKE_CURRENT_SOURCE_DIR}/DATA_BASES/DECAY/ALL")
set(Decay_CMD "sed -e \"s:PATHTOBASE:${decay_dir}:g\" ${decay_dir}/Decay.in > ${decay_dir}/Decay.idx")
MESSAGE(STATUS "COMMAND: ${Decay_CMD}")
execute_process(COMMAND ${Decay_CMD})
execute_process(COMMAND bash "-c" "sed -e 's:PATHTOBASE:${decay_dir}:g' ${decay_dir}/Decay.in > ${decay_dir}/Decay.idx")
# Set CLASS variable
# SET(CYCLASS_INCLUDE_DIRS $ROOT_INCLUDE_DIRS )
......
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