diff options
author | Andrew Kaster <akaster@serenityos.org> | 2021-09-07 02:08:54 -0600 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-09-15 19:04:52 +0430 |
commit | 904a268872416dc9b9f26c83fd0b1bd8b715c511 (patch) | |
tree | 858f85327337c91740ba861cb4dafa4d432a7822 /Meta/CMake/wasm_spec_tests.cmake | |
parent | 6e7cc40b18dae594a9b0344a8dda692fa4d81343 (diff) | |
download | serenity-904a268872416dc9b9f26c83fd0b1bd8b715c511.zip |
Meta: Move all options to targetname_options.cmake files
This common strategy of having a serenity_option() macro defined in
either the Lagom or top level CMakeLists.txt allows us to do two things:
First, we can more clearly see which options are Serenity-specific,
Lagom-specific, or common between the target and host builds.
Second, it enables the upcoming SuperBuild changes to set() the options
in the SuperBuild's CMake cache and forward each target's options to the
corresponding ExternalProject.
Diffstat (limited to 'Meta/CMake/wasm_spec_tests.cmake')
-rw-r--r-- | Meta/CMake/wasm_spec_tests.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Meta/CMake/wasm_spec_tests.cmake b/Meta/CMake/wasm_spec_tests.cmake index bc3152836c..864d2bca1f 100644 --- a/Meta/CMake/wasm_spec_tests.cmake +++ b/Meta/CMake/wasm_spec_tests.cmake @@ -1,5 +1,3 @@ -option(INCLUDE_WASM_SPEC_TESTS "Download and include the WebAssembly spec testsuite" OFF) - if(INCLUDE_WASM_SPEC_TESTS) if (CMAKE_PROJECT_NAME STREQUAL "SerenityOS") set(SOURCE_DIR "${SerenityOS_SOURCE_DIR}") |