The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmake: Do not complain so loudly about LeapSDK.

We are not missing a module, it's just looking for a config file.

authored by

Ryan Pavlik and committed by
Rylie Pavlik
80f0861f 663544aa

+1 -1
+1 -1
CMakeLists.txt
··· 107 107 find_package(ZLIB MODULE) 108 108 find_package(cJSON MODULE) 109 109 find_package(LeapV2 MODULE) 110 - find_package(LeapSDK 5) 110 + find_package(LeapSDK 5 CONFIG) 111 111 find_package(ONNXRuntime MODULE) 112 112 if(NOT WIN32) 113 113 find_package(EGL MODULE)