Skip to content

Commit

Permalink
Remove BoxBackup install step from Windows unibuild
Browse files Browse the repository at this point in the history
We don't need to install anything in C:\Program Files\BoxBackup, and often
don't have permission to do that anyway.

(cherry picked from commit 2d31a31)
  • Loading branch information
qris committed Nov 10, 2017
1 parent f97036d commit 01a6f1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure/cmake/windows/CMakeLists.txt
Expand Up @@ -124,5 +124,6 @@ ExternalProject_Add(boxbackup
-DDEBUG=${DEBUG}
${boxbackup_cmake_args}
${SUB_CMAKE_EXTRA_ARGS}
STEP_TARGETS configure build install
INSTALL_COMMAND ${CMAKE_COMMAND} -E echo "No install step needed"
STEP_TARGETS configure build
)

0 comments on commit 01a6f1b

Please sign in to comment.