We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6568d commit 8f6d54eCopy full SHA for 8f6d54e
windows/CMakeLists.txt
@@ -119,6 +119,9 @@ if(NOT Sqlite)
119
endif()
120
message("extracting sqlite3.dll")
121
execute_process(COMMAND ${CMAKE_COMMAND} -E tar xvf sqlite3.zip sqlite3.dll WORKING_DIRECTORY ${PROJECT_BUILD_DIR})
122
+ message("installing sqlite3.dll")
123
+ install(FILES "${PROJECT_BUILD_DIR}/sqlite3.dll" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" COMPONENT Runtime)
124
-message("installing sqlite3.dll")
-install(FILES "${PROJECT_BUILD_DIR}/sqlite3.dll" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" COMPONENT Runtime)
125
+if (Sqlite)
126
+ message("sqlite3.dll found")
127
+endif ()
0 commit comments