Skip to content

Commit

Permalink
Remove unnecessary -fintelfpga flag
Browse files Browse the repository at this point in the history
  • Loading branch information
j-stephan authored and bernhardmgruber committed Sep 27, 2023
1 parent 7d17330 commit 2b64195
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/alpakaCommon.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ if(alpaka_ACC_SYCL_ENABLE)

if(alpaka_SYCL_ONEAPI_FPGA)
target_compile_definitions(alpaka INTERFACE "ALPAKA_SYCL_ONEAPI_FPGA")
alpaka_set_compiler_options(DEVICE target alpaka "-fintelfpga")

if(alpaka_SYCL_ONEAPI_FPGA_MODE STREQUAL "emulation")
target_compile_definitions(alpaka INTERFACE "ALPAKA_FPGA_EMULATION")
Expand Down

0 comments on commit 2b64195

Please sign in to comment.