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

Bug fix: correct name of modules directory

`${my_target}` is not defined here.
parent 9f8eac09
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,9 @@ add_executable(test_write_null test_write_null.f90)
target_link_libraries(test_write_null PRIVATE Shapelib_03::shapelib_03
Contour_531::contour_531 Jumble::jumble)
set_target_properties(test_write_null PROPERTIES Fortran_MODULE_DIRECTORY
${CMAKE_CURRENT_BINARY_DIR}/${my_target}_modules)
${CMAKE_CURRENT_BINARY_DIR}/test_write_null_modules)
target_include_directories(test_write_null PRIVATE
${CMAKE_CURRENT_BINARY_DIR}/${my_target}_modules)
${CMAKE_CURRENT_BINARY_DIR}/test_write_null_modules)
add_subdirectory(Inst_eddies)
add_subdirectory(Overlap)
......
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