fixes #9342: Build: 'cmake --install --prefix' no effect to lazy_loader

This commit is contained in:
wmayer
2023-05-11 12:29:40 +02:00
committed by wwmayer
parent b9e589ebad
commit 361a4cae9c

View File

@@ -8,5 +8,5 @@ add_custom_target(lazy_loader ALL SOURCES
SET_PYTHON_PREFIX_SUFFIX(lazy_loader)
fc_copy_sources(lazy_loader "${CMAKE_BINARY_DIR}/Ext/lazy_loader" ${lazy_loader})
install (FILES ${lazy_loader} DESTINATION "${CMAKE_INSTALL_PREFIX}/Ext/lazy_loader")
install (FILES ${lazy_loader} DESTINATION "Ext/lazy_loader")