Browse Source

Rename SQLite standalone target executable.
Related to #2399.

Yao Wei Tjong 姚伟忠 7 years ago
parent
commit
c9457e5bd4
1 changed files with 1 additions and 1 deletions
  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)
 # 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)
 if (NOT IOS AND NOT TVOS AND NOT WEB)
     # Define target name for SQLite shell
     # Define target name for SQLite shell
-    set (TARGET_NAME isql)
+    set (TARGET_NAME sqlite3)
 
 
     # Define source files
     # Define source files
     set (SOURCE_FILES src/shell.c src/sqlite3.c src/sqlite3.h)
     set (SOURCE_FILES src/shell.c src/sqlite3.c src/sqlite3.h)