From: Michihiro NAKAJIMA Date: Fri, 6 Mar 2009 09:25:17 +0000 (-0500) Subject: Correct executable name of bsdcpio on Windows. X-Git-Tag: v2.7.0~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=284e826c81073672cd704a8750da82f2089b44e6;p=thirdparty%2Flibarchive.git Correct executable name of bsdcpio on Windows. SVN-Revision: 730 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 127f9f964..15de2aede 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -887,7 +887,7 @@ IF(ENABLE_CPIO AND ENABLE_TEST) IF(WIN32) ADD_TEST(bsdcpio_test bsdcpio_test -v - -p ${CMAKE_CURRENT_BINARY_DIR}/debug/bsdcpio + -p ${CMAKE_CURRENT_BINARY_DIR}/debug/bsdcpio.exe -r ${CMAKE_CURRENT_SOURCE_DIR}/cpio/test) ELSE(WIN32) ADD_TEST(bsdcpio_test bsdcpio_test