Skip to content

Commit

Permalink
fixed BridgeDriver overwriting install directory of ATT
Browse files Browse the repository at this point in the history
  • Loading branch information
ju1ce committed Jul 13, 2022
1 parent 5d84bc5 commit 8e8d653
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ cmake_minimum_required(VERSION "3.15")
project("BridgeDriver" CXX)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

include("${SUPERPROJECT_SOURCE_DIR}/CMake/shared.cmake")

# Deps
set(OPENVR_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/deps/openvr/headers")

Expand Down Expand Up @@ -53,10 +51,6 @@ target_compile_definitions("${LIB_NAME}" PUBLIC ATT_DRIVER_VERSION=${DRIVER_VERS

target_link_libraries("${LIB_NAME}" PUBLIC common::semver)

if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/install" CACHE PATH "Install destination." FORCE)
endif()

set(DRIVER_INSTALL_DIR "driver_files")

install(TARGETS "${LIB_NAME}"
Expand Down

0 comments on commit 8e8d653

Please sign in to comment.