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 f30c1d4 commit 49dd44bCopy full SHA for 49dd44b
CMakeLists.txt
@@ -42,7 +42,7 @@ option(DPNP_WITH_REDIST "Build DPNP assuming DPC++ redistributable is installed
42
set(CMAKE_CXX_STANDARD 17)
43
set(CMAKE_CXX_STANDARD_REQUIRED True)
44
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH)
45
-set(CMAKE_MODULES_DIR BOTH)
+set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
46
47
48
# find_package() search order in CONFIG mode:
0 commit comments