X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FUnitTests%2FCMakeLists.txt;h=c0f88ca90374ac0eda83d802acd606052a3211bc;hb=20c132438f5b8f7337bf35272989b10eb003d71c;hp=f3cd141f6bdac3297ade2fa50247cf2efb319e53;hpb=34bdd08c1cbba32e415e32489d56f91cf89e76da;p=modules%2Fkernel.git diff --git a/src/UnitTests/CMakeLists.txt b/src/UnitTests/CMakeLists.txt index f3cd141f6..c0f88ca90 100644 --- a/src/UnitTests/CMakeLists.txt +++ b/src/UnitTests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2023 CEA, EDF, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -33,7 +33,7 @@ INCLUDE_DIRECTORIES( # Executable scripts to be installed SET(LOCAL_TEST_DIR ${KERNEL_TEST_DIR}/UnitTests) -INSTALL(FILES UnitTests.py DESTINATION ${LOCAL_TEST_DIR}) +INSTALL(PROGRAMS UnitTests.py DESTINATION ${LOCAL_TEST_DIR}) # =============================================================== # Executables targets @@ -98,4 +98,4 @@ INSTALL(TARGETS UnitTests DESTINATION ${LOCAL_TEST_DIR}) INSTALL(FILES CTestTestfileInstall.cmake DESTINATION ${LOCAL_TEST_DIR} - RENAME CTestTestfile.cmake) \ No newline at end of file + RENAME CTestTestfile.cmake)