From: bruneton Date: Tue, 9 Jul 2013 09:12:27 +0000 (+0000) Subject: CMake: MARK_AS_ADVANCED some advanced vars in CppUnit detection. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eb9e197d297d979c2fb53a78494d6fca40f5b4a3;p=modules%2Fyacs.git CMake: MARK_AS_ADVANCED some advanced vars in CppUnit detection. --- diff --git a/salome_adm/cmake_files/FindSalomeCppUnit.cmake b/salome_adm/cmake_files/FindSalomeCppUnit.cmake index fddffa311..cd3c5ce4b 100644 --- a/salome_adm/cmake_files/FindSalomeCppUnit.cmake +++ b/salome_adm/cmake_files/FindSalomeCppUnit.cmake @@ -25,4 +25,4 @@ # SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(CppUnit CPPUNIT_INCLUDE_DIRS 1) -MARK_AS_ADVANCED(CPPUNIT_INCLUDE_DIRS CPPUNIT_LIBRARIES) +MARK_AS_ADVANCED(CPPUNIT_INCLUDE_DIRS CPPUNIT_LIBRARIES CPPUNIT_CONFIG_BIN CPPUNIT_SUBLIB_cppunit CPPUNIT_SUBLIB_dl)