mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 14:41:47 +08:00
14 lines
482 B
Diff
14 lines
482 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 75c4696..2e8a957 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -110,7 +110,7 @@ include(policies)
|
||
|
################################################################################
|
||
|
# Check for sqlite3
|
||
|
################################################################################
|
||
|
-find_program(EXE_SQLITE3 sqlite3)
|
||
|
+# Use incoming parameter
|
||
|
if(NOT EXE_SQLITE3)
|
||
|
message(SEND_ERROR "sqlite3 binary not found!")
|
||
|
endif()
|