Skip to content

Commit 510d965

Browse files
committed
Don't link to openvr
1 parent af44eeb commit 510d965

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ elseif(APPLE)
5656
set(PLATFORM_NAME "osx")
5757
endif()
5858

59-
find_library(OPENVR_LIB openvr_api HINTS "${CMAKE_CURRENT_SOURCE_DIR}/libraries/openvr/lib/${PLATFORM_NAME}${PROCESSOR_ARCH}/" NO_DEFAULT_PATH )
60-
6159
# Protobuf
6260
# Installation:
6361
# 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
8280
"${CMAKE_CURRENT_SOURCE_DIR}/src/"
8381
)
8482
set(DEPS_LIBS
85-
"${OPENVR_LIB}"
8683
protobuf::libprotoc
8784
protobuf::libprotobuf
8885
protobuf::libprotobuf-lite

0 commit comments

Comments
 (0)