Skip to content

Commit

Permalink
Remove hardcoded path for bash
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke authored Jul 18, 2024
1 parent 491b9d0 commit d82cf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyne/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
message("")

if(MSVC)
execute_process(COMMAND C:/Program Files/Git/bin/bash.EXE -c
execute_process(COMMAND bash -c
"${CMAKE_CURRENT_SOURCE_DIR}/amalgamate_pyne.sh ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}"
RESULT_VARIABLE STATUS
OUTPUT_VARIABLE OUTPUT)
Expand Down

0 comments on commit d82cf04

Please sign in to comment.