Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
171b28b4
"vscode:/vscode.git/clone" did not exist on "11a1982a7410b58edda2aee33499231265779dbb"
Unverified
Commit
171b28b4
authored
Jul 11, 2022
by
Yaser Afshar
Committed by
GitHub
Jul 11, 2022
Browse files
Update the package name to prevent CMake warning (#3691)
parent
1dac981a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake_modules/FindOpenCL.cmake
cmake_modules/FindOpenCL.cmake
+1
-1
No files found.
cmake_modules/FindOpenCL.cmake
View file @
171b28b4
...
...
@@ -83,7 +83,7 @@ find_library(OPENCL_LIBRARY
PATH_SUFFIXES
${
path_suffixes
}
"lib"
)
find_package_handle_standard_args
(
O
PEN
CL DEFAULT_MSG OPENCL_LIBRARY OPENCL_INCLUDE_DIR
)
find_package_handle_standard_args
(
O
pen
CL DEFAULT_MSG OPENCL_LIBRARY OPENCL_INCLUDE_DIR
)
if
(
OPENCL_FOUND
)
set
(
OPENCL_LIBRARIES
${
OPENCL_LIBRARY
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment