Logo
Explore Help
Register Sign In
mirrors/mmdeploy
1
0
Fork 0
You've already forked mmdeploy
mirror of https://github.com/open-mmlab/mmdeploy.git synced 2025-01-14 08:09:43 +08:00
Code Issues Projects Releases Wiki Activity
mmdeploy/cmake/post-install.cmake

11 lines
292 B
CMake
Raw Normal View History

[Fix] Fix recent build problems (#544) * simplify deps management * skip visibility flags for MSVC * simplify cuda deps * naming * workaround for cmake<3.17 * add spdlog dependency * move the enablement of CUDA to top level CMakeLists.txt * fix MSVC build * fix lint * fix build for backend ops only * remove comment * allow to use apis/python as a standalone project * remove redundant cmake code * control shared or static lib using `MMDEPLOY_SHARED_LIBS` instead of `BUILD_SHARED_LIBS` * fix MSVC build * update docs
2022-06-06 11:19:34 +08:00
set(_TARGETS_PATH ${CMAKE_INSTALL_PREFIX}/lib/cmake/MMDeploy/MMDeployTargets.cmake)
file(READ ${_TARGETS_PATH} _MMDEPLOY_TARGETS)
string(REGEX REPLACE "::@<0x[a-z0-9]+>" ""
_MMDEPLOY_TARGETS_FIXED "${_MMDEPLOY_TARGETS}")
file(WRITE ${_TARGETS_PATH} "${_MMDEPLOY_TARGETS_FIXED}")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 807ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API