From: mpa Date: Thu, 14 Nov 2013 12:06:45 +0000 (+0000) Subject: CMake: X-Git-Tag: BR_hydro_v_0_3_1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=93cc1163656f6df6bf0e2880f50bafa34932c05e;p=modules%2Fgui.git CMake: - update documentation considering new CMake build system --- diff --git a/tools/dlgfactory/dlgfactory.py b/tools/dlgfactory/dlgfactory.py index e2516290f..0d42bc98a 100755 --- a/tools/dlgfactory/dlgfactory.py +++ b/tools/dlgfactory/dlgfactory.py @@ -117,7 +117,7 @@ if __name__ == "__main__": pass if options.verbose: - print "Note that the following directives should be present in your Makefile.am (or something like that): \n" + print "Note that the following directives should be present in your CMakeLists.txt (or something like that): \n" print __msg_str.replace( "__CLASSNAME__", className ) pass pass diff --git a/tools/dlgfactory/dlgfactory.sh b/tools/dlgfactory/dlgfactory.sh index fda1eb13f..fe077ebd0 100755 --- a/tools/dlgfactory/dlgfactory.sh +++ b/tools/dlgfactory/dlgfactory.sh @@ -150,7 +150,7 @@ displayMessage() #_fin_message -echo "Note that the following directives should be present in your Makefile.am (or something like that):" +echo "Note that the following directives should be present in your CMakeLists.txt (or something like that):" echo "" displayMessage