File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ target_include_directories(runner PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
38
38
target_link_libraries(runner PRIVATE partition cli)
39
39
if(CMAKE_Fortran_COMPILER_ID MATCHES " ^Intel ")
40
40
set_property(TARGET runner PROPERTY LINKER_LANGUAGE Fortran)
41
- else()
42
- set_property(TARGET runner PROPERTY LINKER_LANGUAGE CXX)
43
41
endif()
44
42
45
43
set_property(TARGET cli kernel perf PROPERTY Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} /include)
Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ target_include_directories(test_runner PRIVATE ${PROJECT_SOURCE_DIR}/benchmark)
36
36
# not linked as libraries in case benchmarks aren't built
37
37
if (CMAKE_Fortran_COMPILER_ID MATCHES "^Intel" )
38
38
set_property (TARGET test_runner PROPERTY LINKER_LANGUAGE Fortran )
39
- else ()
40
- set_property (TARGET test_runner PROPERTY LINKER_LANGUAGE CXX )
41
39
endif ()
42
40
43
41
You can’t perform that action at this time.
0 commit comments