We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae924b commit 4bb95eeCopy full SHA for 4bb95ee
1 file changed
examples/CMakeLists.txt
@@ -37,7 +37,8 @@ if(TARGET Arrow::arrow_shared)
37
elseif(TARGET Arrow::arrow_static)
38
set(PAIMON_EXAMPLE_ARROW_TARGET Arrow::arrow_static)
39
else()
40
- message(FATAL_ERROR "Neither Arrow::arrow_shared nor Arrow::arrow_static is available")
+ message(FATAL_ERROR "Neither Arrow::arrow_shared nor Arrow::arrow_static is available"
41
+ )
42
endif()
43
44
add_executable(read_write_demo read_write_demo.cpp)
0 commit comments