Skip to content
Snippets Groups Projects
Commit d511f025 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Bug fix: remove extraneous character

The bug was introduced in commit b3615f59.
parent 5b5e874d
No related branches found
No related tags found
No related merge requests found
......@@ -59,5 +59,5 @@ foreach(my_target IN ITEMS test_get_1_outerm test_set_all_outerm
set_target_properties(${my_target} PROPERTIES Fortran_MODULE_DIRECTORY
${CMAKE_CURRENT_BINARY_DIR}/${my_target}_modules)
target_include_directories(${my_target} PRIVATE
${CMAKE_CURRENT_BINARY_DIR}/${my_target}_modules>)
${CMAKE_CURRENT_BINARY_DIR}/${my_target}_modules)
endforeach()
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