Skip to content

Commit

Permalink
BuildPDAF: yet another CMAKE_CXX_COMPILER_ID-related fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jjokella committed Oct 31, 2024
1 parent 48172cd commit 1f225b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/BuildPDAF.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ list(JOIN PDAF_OPTIM " " PDAF_OPTIM)

# Set PDAF_DOUBLEPRECISION for Makefile header
# --------------------------------------------
if (CMAKE_CXX_COMPILER_ID STREQUAL "Intel")
if (CMAKE_CXX_COMPILER_ID STREQUAL "Intel"
OR CMAKE_CXX_COMPILER_ID STREQUAL "IntelLLVM")

list(APPEND PDAF_DOUBLEPRECISION "-r8")

Expand Down

0 comments on commit 1f225b6

Please sign in to comment.