From: hristov Date: Tue, 17 Nov 2009 12:28:57 +0000 (+0000) Subject: Small doc X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=dfa85384312bfbdbaeb24aa8526104c113599536 Small doc --- diff --git a/README_CMake b/README_CMake new file mode 100644 index 00000000000..b8e0180a868 --- /dev/null +++ b/README_CMake @@ -0,0 +1,7 @@ + +You have to pass in the cmake step some parameter to the script +otherwise the CMakeLists.txt in the subdirectories are not created. + + cmake -DGENERATE_FILES=TRUE + + is the correct command.