Explorar el Código

Rename SQLite standalone target executable.
Related to #2399.

Yao Wei Tjong 姚伟忠 hace 7 años
padre
commit
c9457e5bd4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Source/ThirdParty/SQLite/CMakeLists.txt

+ 1 - 1
Source/ThirdParty/SQLite/CMakeLists.txt

@@ -50,7 +50,7 @@ install_header_files (DIRECTORY src/ DESTINATION ${DEST_INCLUDE_DIR}/ThirdParty/
 # Setup additional SQLite CLI standalone target (this target can be transfered and executed on an embedded device, such as Raspberry Pi and Android)
 if (NOT IOS AND NOT TVOS AND NOT WEB)
     # Define target name for SQLite shell
-    set (TARGET_NAME isql)
+    set (TARGET_NAME sqlite3)
 
     # Define source files
     set (SOURCE_FILES src/shell.c src/sqlite3.c src/sqlite3.h)