From f9c5f4565add1c1d393746c7eba25c4d1ccdbd89 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Thu, 6 Sep 2007 11:01:10 +0000 Subject: [PATCH] ENH: CMake: output all executable/libs into one single directory --- README.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.cmake b/README.cmake index 9d225690..2079bd48 100644 --- a/README.cmake +++ b/README.cmake @@ -6,4 +6,4 @@ Basic instructions on how to build using CMake (CMake 2.4.5 or newer is required cd bin cmake .. -DBUILD_EXAMPLES:BOOL=ON make - ./codec/j2k_to_image + ./bin/j2k_to_image