We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2f29f commit ff151fbCopy full SHA for ff151fb
core/iwasm/libraries/lib-rats/lib_rats.cmake
@@ -23,7 +23,7 @@ include(FetchContent)
23
set(RATS_BUILD_MODE "sgx"
24
CACHE INTERNAL "Select build mode for librats(host|occlum|sgx|wasm)")
25
set(RATS_INSTALL_PATH "${CMAKE_BINARY_DIR}/librats" CACHE INTERNAL "")
26
-set(BUILD_SAMPLES OFF)
+set(BUILD_SAMPLES OFF CACHE BOOL "Disable de compilation of the librats samples" FORCE)
27
28
FetchContent_Declare(
29
librats
0 commit comments