Skip to content

Commit

Permalink
Disable FMU examples for all targets except linux-amd64.
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Rule (VM/EMT3) <[email protected]>
  • Loading branch information
timrulebosch committed Dec 16, 2024
1 parent 98d512e commit c853ce1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dse/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

if($ENV{PACKAGE_ARCH} STREQUAL "linux-amd64")
add_subdirectory(fmu/counter)
add_subdirectory(fmu/linear)
endif()

0 comments on commit c853ce1

Please sign in to comment.