diff options
author | sanine <sanine.not@pm.me> | 2022-04-16 11:55:54 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-04-16 11:55:54 -0500 |
commit | 8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (patch) | |
tree | 52b5524a94a5b04e17a1fd7f8aca988ab6d0c75f /src/mesh/assimp-master/cmake-modules/FindRT.cmake | |
parent | db81b925d776103326128bf629cbdda576a223e7 (diff) |
delete src/mesh/assimp-master
Diffstat (limited to 'src/mesh/assimp-master/cmake-modules/FindRT.cmake')
-rw-r--r-- | src/mesh/assimp-master/cmake-modules/FindRT.cmake | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mesh/assimp-master/cmake-modules/FindRT.cmake b/src/mesh/assimp-master/cmake-modules/FindRT.cmake deleted file mode 100644 index c397aca..0000000 --- a/src/mesh/assimp-master/cmake-modules/FindRT.cmake +++ /dev/null @@ -1,20 +0,0 @@ -# Try to find real time libraries -# Once done, this will define -# -# RT_FOUND - system has rt library -# RT_LIBRARIES - rt libraries directory -# -# Source: https://gitlab.cern.ch/dss/eos/commit/44070e575faaa46bd998708ef03eedb381506ff0 -# - -if(RT_LIBRARIES) - set(RT_FIND_QUIETLY TRUE) -endif(RT_LIBRARIES) - -find_library(RT_LIBRARY rt) -set(RT_LIBRARIES ${RT_LIBRARY}) -# handle the QUIETLY and REQUIRED arguments and set -# RT_FOUND to TRUE if all listed variables are TRUE -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(RT DEFAULT_MSG RT_LIBRARY) -mark_as_advanced(RT_LIBRARY) |