Skip to content

Commit

Permalink
Merge pull request #10 from leapmotion/fix-combined-installer
Browse files Browse the repository at this point in the history
Fix CombinedInstaller.cmake
  • Loading branch information
yeswalrus authored Aug 11, 2016
2 parents 2bf5bdc + 4690ba4 commit 0cfc7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions standard/CombinedInstaller.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ function(combined_installer)
list(
APPEND
CPACK_INSTALL_COMMANDS
"${CMAKE_COMMAND} --build \"${CMAKE_BINARY_DIR}\" --config ${ONE_CONFIG}"
"${CMAKE_COMMAND} --build \\\"${CMAKE_BINARY_DIR}\\\" --config ${ONE_CONFIG}"
"${CMAKE_COMMAND} -DBUILD_TYPE=${ONE_CONFIG} -P \\\"${SELF}/cmake_package.cmake\\\""
)
endforeach()
else()
set(CPACK_INSTALL_COMMANDS
"${CMAKE_COMMAND} --build \"${CMAKE_BINARY_DIR}\""
"${CMAKE_COMMAND} --build \\\"${CMAKE_BINARY_DIR}\\\""
"${CMAKE_COMMAND} -P \\\"${SELF}/cmake_package.cmake\\\""
)
endif()
Expand Down

0 comments on commit 0cfc7f8

Please sign in to comment.