We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af44eeb commit 510d965Copy full SHA for 510d965
1 file changed
CMakeLists.txt
@@ -56,8 +56,6 @@ elseif(APPLE)
56
set(PLATFORM_NAME "osx")
57
endif()
58
59
-find_library(OPENVR_LIB openvr_api HINTS "${CMAKE_CURRENT_SOURCE_DIR}/libraries/openvr/lib/${PLATFORM_NAME}${PROCESSOR_ARCH}/" NO_DEFAULT_PATH )
60
-
61
# Protobuf
62
# Installation:
63
# Please refer to this readme to install protobuf in your system: https://github.com/protocolbuffers/protobuf/blob/master/src/README.md
@@ -82,7 +80,6 @@ set(DEPS_INCLUDES
82
80
"${CMAKE_CURRENT_SOURCE_DIR}/src/"
83
81
)
84
set(DEPS_LIBS
85
- "${OPENVR_LIB}"
86
protobuf::libprotoc
87
protobuf::libprotobuf
88
protobuf::libprotobuf-lite
0 commit comments