Skip to content

Commit

Permalink
remove unneeded param breaking build on CI apple arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed May 5, 2024
1 parent df45614 commit 835edf5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ target_include_directories(runner PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(runner PRIVATE partition cli)
if(CMAKE_Fortran_COMPILER_ID MATCHES "^Intel")
set_property(TARGET runner PROPERTY LINKER_LANGUAGE Fortran)
else()
set_property(TARGET runner PROPERTY LINKER_LANGUAGE CXX)
endif()

set_property(TARGET cli kernel perf PROPERTY Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include)
Expand Down
2 changes: 0 additions & 2 deletions test/mpi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ target_include_directories(test_runner PRIVATE ${PROJECT_SOURCE_DIR}/benchmark)
# not linked as libraries in case benchmarks aren't built
if(CMAKE_Fortran_COMPILER_ID MATCHES "^Intel")
set_property(TARGET test_runner PROPERTY LINKER_LANGUAGE Fortran)
else()
set_property(TARGET test_runner PROPERTY LINKER_LANGUAGE CXX)
endif()


Expand Down

0 comments on commit 835edf5

Please sign in to comment.