This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new b0e90f8 fix(examples/linesplitter): Fix CMake Build (#271)
b0e90f8 is described below
commit b0e90f8c47d1c45019a2a0b80af5008c9761be61
Author: William Ayd <[email protected]>
AuthorDate: Fri Jul 28 14:39:56 2023 -0700
fix(examples/linesplitter): Fix CMake Build (#271)
---
examples/linesplitter/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/examples/linesplitter/CMakeLists.txt
b/examples/linesplitter/CMakeLists.txt
index fe09545..89f40ba 100644
--- a/examples/linesplitter/CMakeLists.txt
+++ b/examples/linesplitter/CMakeLists.txt
@@ -16,6 +16,7 @@
# under the License.
project(linesplitter)
+cmake_minimum_required(VERSION 3.14)
set(CMAKE_CXX_STANDARD 11)