Skip to content

Commit

Permalink
Merge pull request #145 from al42and/improve-l0-header-detection
Browse files Browse the repository at this point in the history
Improve LevelZero detection on Ubuntu
  • Loading branch information
DTolm authored Dec 11, 2023
2 parents 82eab81 + 919505e commit 1b8962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ elseif(${VKFFT_BACKEND} EQUAL 4)
LevelZero_INCLUDES
NAMES "ze_api.h"
PATHS ${LevelZero_INCLUDE_DIR}
PATH_SUFFIXES "include"
PATH_SUFFIXES "include" "level_zero"
NO_DEFAULT_PATH
)
target_include_directories(${PROJECT_NAME} PUBLIC ${LevelZero_INCLUDES})
Expand Down

0 comments on commit 1b8962b

Please sign in to comment.