Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
8cc95aff
Commit
8cc95aff
authored
May 17, 2022
by
Robin Eschbach
Browse files
[FIX
#716
] cmake warning for openvr
parent
46fef75a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/cmake/Findopenvr.cmake
tools/cmake/Findopenvr.cmake
+1
-1
No files found.
tools/cmake/Findopenvr.cmake
View file @
8cc95aff
...
...
@@ -90,6 +90,6 @@ ELSE()
ENDIF
()
INCLUDE
(
FindPackageHandleStandardArgs
)
FIND_PACKAGE_HANDLE_STANDARD_ARGS
(
O
pen
VRSDK
REQUIRED_VARS OPENVR_LIBRARY OPENVR_INCLUDE_DIR
)
FIND_PACKAGE_HANDLE_STANDARD_ARGS
(
o
pen
vr
REQUIRED_VARS OPENVR_LIBRARY OPENVR_INCLUDE_DIR
)
MARK_AS_ADVANCED
(
OPENVR_LIBRARY OPENVR_INCLUDE_DIR
)
\ No newline at end of file
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