1
0
Эх сурвалжийг харах

ENH: New location of cmake

Andy Cedilnik 23 жил өмнө
parent
commit
d486a789d6
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Source/cmaketest.cxx

+ 1 - 1
Source/cmaketest.cxx

@@ -104,7 +104,7 @@ int do_cmaketest (int argc, char **argv)
   // use this program as the cmake to be run, it should not
   // be run that way but the cmake object requires a vailid path
   std::string cmakeCommand = CMAKE_BINARY_DIR;
-  cmakeCommand += "/Source";
+  cmakeCommand += "/bin";
   cmakeCommand += "/";
   cmakeCommand += intdir;
   cmakeCommand += "/cmake";