Skip to content

Commit 3695477

Browse files
committed
disable fib example on freestanding
1 parent ac83154 commit 3695477

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
22

3-
set(ALL_EXAMPLES fibonacci)
3+
set(ALL_EXAMPLES)
4+
5+
if(!BEMAN_INPLACE_VECTOR_FREESTANDING_DELETED)
6+
list(APPEND ALL_EXAMPLES fibonacci)
7+
endif()
48

59
message("Examples to be built: ${ALL_EXAMPLES}")
610

0 commit comments

Comments
 (0)