Skip to content

Commit 49dd44b

Browse files
committed
Fix a typo
1 parent f30c1d4 commit 49dd44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ option(DPNP_WITH_REDIST "Build DPNP assuming DPC++ redistributable is installed
4242
set(CMAKE_CXX_STANDARD 17)
4343
set(CMAKE_CXX_STANDARD_REQUIRED True)
4444
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH)
45-
set(CMAKE_MODULES_DIR BOTH)
45+
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
4646

4747

4848
# find_package() search order in CONFIG mode:

0 commit comments

Comments
 (0)