cmake_modules/CMakePascalInformation.cmake
changeset 9415 276f6d7d9e2e
parent 9413 37fcb9a796e6
child 9417 a0d014328165
equal deleted inserted replaced
9413:37fcb9a796e6 9415:276f6d7d9e2e
    56     set(CMAKE_SHARED_LIBRARY_RUNTIME_Pascal_FLAG_SEP ${CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP})
    56     set(CMAKE_SHARED_LIBRARY_RUNTIME_Pascal_FLAG_SEP ${CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP})
    57 endif(NOT CMAKE_SHARED_LIBRARY_RUNTIME_Pascal_FLAG_SEP)
    57 endif(NOT CMAKE_SHARED_LIBRARY_RUNTIME_Pascal_FLAG_SEP)
    58 
    58 
    59 if(NOT CMAKE_SHARED_LIBRARY_RPATH_LINK_Pascal_FLAG)
    59 if(NOT CMAKE_SHARED_LIBRARY_RPATH_LINK_Pascal_FLAG)
    60 #-Wl,-rpath-link,
    60 #-Wl,-rpath-link,
    61     set(CMAKE_SHARED_LIBRARY_RUNTIME_Pascal_FLAG "-k-rpath-link")
    61     set(CMAKE_SHARED_LIBRARY_RPATH_LINK_Pascal_FLAG "-k-rpath-link")
    62 endif(NOT CMAKE_SHARED_LIBRARY_RPATH_LINK_Pascal_FLAG)
    62 endif(NOT CMAKE_SHARED_LIBRARY_RPATH_LINK_Pascal_FLAG)
    63 
    63 
    64 # for most systems a module is the same as a shared library
    64 # for most systems a module is the same as a shared library
    65 # so unless the variable CMAKE_MODULE_EXISTS is set just
    65 # so unless the variable CMAKE_MODULE_EXISTS is set just
    66 # copy the values from the LIBRARY variables
    66 # copy the values from the LIBRARY variables