We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b4162 commit ab9515bCopy full SHA for ab9515b
1 file changed
test/bounds/CMakeLists.txt
@@ -12,5 +12,6 @@ endif()
12
13
add_executable(bounds_fortran bounds.f90 ${PROJECT_SOURCE_DIR}/src/bounds/bounds.cpp)
14
target_include_directories(bounds_fortran PRIVATE ${PROJECT_SOURCE_DIR}/src/bounds)
15
+set_property(TARGET bounds_fortran PROPERTY LINKER_LANGUAGE ${linker_lang})
16
17
add_test(NAME BoundsFortran COMMAND bounds_fortran)
0 commit comments