Skip to content

Commit ff151fb

Browse files
sgx-ra: Disable the building of samples (#2507)
1 parent fa2f29f commit ff151fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/libraries/lib-rats/lib_rats.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include(FetchContent)
2323
set(RATS_BUILD_MODE "sgx"
2424
CACHE INTERNAL "Select build mode for librats(host|occlum|sgx|wasm)")
2525
set(RATS_INSTALL_PATH "${CMAKE_BINARY_DIR}/librats" CACHE INTERNAL "")
26-
set(BUILD_SAMPLES OFF)
26+
set(BUILD_SAMPLES OFF CACHE BOOL "Disable de compilation of the librats samples" FORCE)
2727

2828
FetchContent_Declare(
2929
librats

0 commit comments

Comments
 (0)