Skip to content

Commit

Permalink
Address PR review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
s-Nick committed Oct 10, 2024
1 parent a2cd4b2 commit 18bd3da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dft/backends/mklgpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ target_include_directories(${LIB_NAME}
)

# Due to using the same file name for different headers in this library and in
# MKL Intel library, we force the compiler to follow C++ Core Guideline SF.12
# using the flag "-iquote" to avoid conflicts and find the correct header.
# the Intel(R) oneAPI Math Kernel Library, we force the compiler to follow C++
# Core Guideline SF.12 using the flag "-iquote" to avoid conflicts and find the
# correct header.
target_compile_options(${LIB_OBJ}
BEFORE PRIVATE -iquote $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
)
Expand Down

0 comments on commit 18bd3da

Please sign in to comment.