X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPyWrapping%2FCTestTestfileInstall.cmake;h=37c275f286aade6bc8b7bcd87337c261e5217c31;hb=b71063319e5023e93bcabc8d4b3579be98599a85;hp=a5943b91a7d4a48a9d41a93b630480f3b7e35d57;hpb=ffb8188e28b2b60ee207a8644286821bc4e8fcdc;p=tools%2Fmedcoupling.git diff --git a/src/PyWrapping/CTestTestfileInstall.cmake b/src/PyWrapping/CTestTestfileInstall.cmake index a5943b91a..37c275f28 100644 --- a/src/PyWrapping/CTestTestfileInstall.cmake +++ b/src/PyWrapping/CTestTestfileInstall.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 CEA/DEN, EDF R&D +# Copyright (C) 2017-2022 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,7 +17,9 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -INCLUDE(tests.set) +IF(MEDCOUPLING_BUILD_PY_TESTS) + INCLUDE(tests.set) +ENDIF() FOREACH(tfile ${BASE_TESTS}) GET_FILENAME_COMPONENT(BASE_NAME ${tfile} NAME_WE)