aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAdam Martin <adam.madram@gmail.com>2016-10-09 10:59:37 -0500
committerAdam Martin <adam.madram@gmail.com>2016-10-09 10:59:37 -0500
commit3f77292da57c35c4048b847a018c85150418476d (patch)
tree7ff5ce88e96d8d2075ff9155a8719581d062f7b6 /scripts
parent32548fe2edae25ed307ebebc12712fc8df920f64 (diff)
downloadvcpkg-3f77292da57c35c4048b847a018c85150418476d.tar.gz
vcpkg-3f77292da57c35c4048b847a018c85150418476d.zip
Fixed tabs to spaces formatting
Diffstat (limited to 'scripts')
-rw-r--r--scripts/buildsystems/vcpkg.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/buildsystems/vcpkg.cmake b/scripts/buildsystems/vcpkg.cmake
index 88145c463..cd4de3f21 100644
--- a/scripts/buildsystems/vcpkg.cmake
+++ b/scripts/buildsystems/vcpkg.cmake
@@ -36,8 +36,8 @@ if(NOT VCPKG_TOOLCHAIN)
include_directories(${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/include)
- set(CMAKE_PROGRAM_PATH ${CMAKE_PROGRAM_PATH} ${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/tools)
-
+ set(CMAKE_PROGRAM_PATH ${CMAKE_PROGRAM_PATH} ${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/tools)
+
option(OVERRIDE_ADD_EXECUTABLE "Automatically copy dependencies into the output directory for executables." ON)
if(OVERRIDE_ADD_EXECUTABLE)
function(add_executable name)