From 04b11631888325fca754ba38f943585d5d47bef3 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Mon, 10 Jul 2017 11:25:38 -0400 Subject: [PATCH] Revert "Add a comment" This reverts commit d2f4dd41f89e5d2fbcf1079171e778b73d41b279. --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index adc49495bb..2f64d6166f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -480,7 +480,6 @@ if (GZDOOM_USE_OPENVR) option( GZDOOM_OPENVR_STATIC "Statically link OpenVR API" ON ) if(GZDOOM_OPENVR_STATIC) # Incorporate the whole openvr API into zdoom, using a few rules lifted from the OpenVR CMakeLists.txt files - # This branch avoids the need to ship openvr_api.dll add_definitions( -DVR_API_PUBLIC ) include_directories(${OPENVR_SDK_PATH}/src ${OPENVR_SDK_PATH}/src/vrcommon) file(GLOB OPENVR_SOURCES "${OPENVR_SDK_PATH}/src/*.cpp" "${OPENVR_SDK_PATH}/src/vrcommon/*.cpp")