X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FRegistry%2FCMakeLists.txt;h=9a8fbc761379ec6b0ccb6c756c5bafdaade84383;hb=1c8eea67281022e4bda8fb7388da634fe3b535a2;hp=1cc93f01e35472974cf2ecf3c9ec1ff822be08c0;hpb=3ce94ec42b40aac616a7fe605e88b3f318ab1600;p=modules%2Fkernel.git diff --git a/src/Registry/CMakeLists.txt b/src/Registry/CMakeLists.txt index 1cc93f01e..9a8fbc761 100755 --- a/src/Registry/CMakeLists.txt +++ b/src/Registry/CMakeLists.txt @@ -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)