X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMProjectConfigurationDialog.cpp;h=add92a6fda5a8d38e5389d22b38a00a72ee6f5c7;hb=e9a8dcef4a5ac51afa7b0064db74c58f0aeb4c5b;hp=d26fbb363236d7404bdfd0ebf5bd48ce68f5d415;hpb=568ae730865efa12b53def3779d38067afd8963a;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMProjectConfigurationDialog.cpp b/lib/creaDevManagerLib/wxCDMProjectConfigurationDialog.cpp index d26fbb3..add92a6 100644 --- a/lib/creaDevManagerLib/wxCDMProjectConfigurationDialog.cpp +++ b/lib/creaDevManagerLib/wxCDMProjectConfigurationDialog.cpp @@ -129,10 +129,10 @@ void wxCDMProjectConfigurationDialog::CreateControls() ); ChBIncl->SetToolTip(crea::std2wx( "When this box is checked the " + it->first + " library\n" - "is included in the project configuration for\n" - "this package including the following instruction\n" - "in the package's folder CMakeLists.txt file:\n" - "SET(${BBTK_PACKAGE_NAME}_USE_" + it->first+ " ON)\n" + "is included in the project configuration\n" + "including the following instruction\n" + "in the project's folder CMakeLists.txt file:\n" + "SET(USE_" + it->first+ " ON)\n" )); ChBIncl->SetName(crea::std2wx(it->first)); ChBIncl->SetValue(it->second);