Skip to content
Snippets Groups Projects
Commit 2d2f8a8c authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Fix python script name

#2
parent cd4fca19
No related branches found
No related tags found
2 merge requests!3Feature/#7 remove conan,!2Feature/#2 add brunel simulation demo
......@@ -26,5 +26,5 @@ file(GENERATE
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/run_sim.sh
CONTENT
"source ${NEST_DIR}/bin/nest_vars.sh
${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/${NEST_SIM_SOURCE}"
${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/nest_sim.py"
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment