X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FRegistry%2FCMakeLists.txt;h=5cf33916506b3795659c573d523643092e11b1f5;hb=f6120c1bdb84ed1cc827ffab8284c0ac2709189f;hp=1cc93f01e35472974cf2ecf3c9ec1ff822be08c0;hpb=3ce94ec42b40aac616a7fe605e88b3f318ab1600;p=modules%2Fkernel.git diff --git a/src/Registry/CMakeLists.txt b/src/Registry/CMakeLists.txt old mode 100755 new mode 100644 index 1cc93f01e..5cf339165 --- a/src/Registry/CMakeLists.txt +++ b/src/Registry/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2012-2013 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2021 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,14 +18,14 @@ # INCLUDE_DIRECTORIES( - ${PTHREAD_INCLUDE_DIRS} + ${PTHREAD_INCLUDE_DIR} ${OMNIORB_INCLUDE_DIR} - ${CMAKE_BINARY_DIR}/salome_adm + ${PROJECT_BINARY_DIR}/salome_adm ${CMAKE_CURRENT_SOURCE_DIR}/../Basics ${CMAKE_CURRENT_SOURCE_DIR}/../SALOMELocalTrace ${CMAKE_CURRENT_SOURCE_DIR}/../NamingService ${CMAKE_CURRENT_SOURCE_DIR}/../Utils - ${CMAKE_BINARY_DIR}/idl + ${PROJECT_BINARY_DIR}/idl ) ADD_LIBRARY(Registry RegistryConnexion.cxx RegistryService.cxx)