From 1d0b1a5e049da7c25a35aca6d3a410372158be86 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 27 Oct 2015 11:19:14 -0500 Subject: [PATCH] Correct location for install files. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 592bb7e..a6cb1e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,7 +80,7 @@ if(NOT OSVR_HAS_STD_MAKE_UNIQUE) endif() install(TARGETS driver_osvr - DESTINATION drivers/${OPENVR_PLATFORM}) + DESTINATION drivers/osvr/bin/${OPENVR_PLATFORM}) # # Test program