X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=salome_adm%2FCMakeLists.txt;h=fcf3ec3076fa32a3c6334968ebe665c1820998ad;hb=47a3ab12ae8942eff86503140937c79e31550c2b;hp=0bc8d03f15c46a32c258fbc3477b43ae7102206c;hpb=991804e5e6def86ec8f17019e3dab9f3785431ba;p=modules%2Fkernel.git diff --git a/salome_adm/CMakeLists.txt b/salome_adm/CMakeLists.txt old mode 100755 new mode 100644 index 0bc8d03f1..fcf3ec307 --- a/salome_adm/CMakeLists.txt +++ b/salome_adm/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2012 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2019 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,11 +18,8 @@ # ADD_SUBDIRECTORY(unix) -ADD_SUBDIRECTORY(cmake_files) -SET(input ${CMAKE_CURRENT_SOURCE_DIR}/SALOMEconfig.ref.in) -SET(output ${CMAKE_CURRENT_BINARY_DIR}/SALOMEconfig.h) +SALOME_CONFIGURE_FILE(SALOMEconfig.ref.in SALOMEconfig.h INSTALL ${SALOME_INSTALL_HEADERS}) +INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/SALOMEconfig.ref.in DESTINATION ${SALOME_INSTALL_AMCONFIG} RENAME SALOMEconfig.h.in) -MESSAGE(STATUS "Creation of ${output}") -CONFIGURE_FILE(${input} ${output}) -INSTALL(FILES ${output} DESTINATION ${KERNEL_salomeinclude_HEADERS}) \ No newline at end of file +SALOME_INSTALL_SCRIPTS(prepare_generating_doc.py ${SALOME_INSTALL_SCRIPT_SCRIPTS})