From a44fec6eb47b6264e058dd478639d3d9d84ec020 Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Fri, 30 Jan 2015 10:32:35 -0800 Subject: [PATCH] fix(CMakeLists.txt): path to ninja Signed-off-by: Leonardo de Moura --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a18136d76..228a00c9f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -431,6 +431,6 @@ if("${INCLUDE_MSYS2_DLLS}" MATCHES "ON") ${MINGW_LOCAL_DIR}/libwinpthread-1.dll ${MINGW_LOCAL_DIR}/libgcc_s_seh-1.dll ${MINGW_LOCAL_DIR}/libstdc++-6.dll - ${CMAKE_SOURCE_DIR}/../bin/ninja.exe) + ${MINGW_LOCAL_DIR}/bin/ninja.exe) install(PROGRAMS ${RUNTIME_LIBRARIES} DESTINATION bin) endif()