aboutsummaryrefslogtreecommitdiffhomepage
path: root/sqlite/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite/CMakeLists.txt')
-rw-r--r--sqlite/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite/CMakeLists.txt b/sqlite/CMakeLists.txt
index cc698b2be..82ceb04c8 100644
--- a/sqlite/CMakeLists.txt
+++ b/sqlite/CMakeLists.txt
@@ -70,7 +70,7 @@ elseif (MSVC)
target_compile_options(tdsqlite PRIVATE /wd4996)
endif()
-install(TARGETS tdsqlite EXPORT TdTargets
+install(TARGETS tdsqlite EXPORT TdStaticTargets
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
)