Skip to content

Commit

Permalink
Fixed .out file installation target
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Dec 7, 2023
1 parent 17af9e9 commit f4aabaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ida/F2003_openmp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ foreach(example_tuple ${FIDA_examples_OMP})

# install example source and out files
if(EXAMPLES_INSTALL)
install(FILES ${example} ${example}.out
install(FILES ${example} ${test_name}.out
DESTINATION ${EXAMPLES_INSTALL_PATH}/ida/F2003_opemp)
endif()
endforeach(example_tuple ${FIDA_examples_OMP})
Expand Down

0 comments on commit f4aabaa

Please sign in to comment.