We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240f3de commit f8117baCopy full SHA for f8117ba
CMakeLists.txt
@@ -253,6 +253,9 @@ endif ()
253
####################################################################################################################
254
## Intel GPU sampling via Level Zero ##
255
256
+# set the CMAKE_MODULE_PATH to the cmake directory
257
+list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
258
+
259
# try finding Level Zero
260
find_package(level_zero QUIET)
261
if (level_zero_FOUND)
0 commit comments