This is an automated email from the ASF dual-hosted git repository.

adamdebreceni pushed a commit to branch MINIFICPP-2845
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit f4ccd18546a6c48af957a37801cb3143bab4b208
Author: Adam Debreceni <[email protected]>
AuthorDate: Mon Jul 6 11:31:30 2026 +0200

    MINIFICPP-2845 - Remove extra file
---
 cmake/FetchSQLite.cmake | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/cmake/FetchSQLite.cmake b/cmake/FetchSQLite.cmake
deleted file mode 100644
index 65a9fb62f..000000000
--- a/cmake/FetchSQLite.cmake
+++ /dev/null
@@ -1,29 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-include(FetchContent)
-
-FetchContent_Declare(
-    sqlite3
-    URL "https://www.sqlite.org/2026/sqlite-amalgamation-3530200.zip";
-    URL_HASH 
"SHA256=8a310d0a16c7a90cacd4c884e70faa51c902afed2a89f63aaa0126ab83558a32"
-)
-
-FetchContent_MakeAvailable(sqlite3)
-
-add_library(sqlite3 STATIC ${sqlite3_SOURCE_DIR}/sqlite3.c)
-target_include_directories(sqlite3 PUBLIC ${sqlite3_SOURCE_DIR})

Reply via email to