diff options
Diffstat (limited to 'source/kernel/CMakeLists.txt')
| -rw-r--r-- | source/kernel/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source/kernel/CMakeLists.txt b/source/kernel/CMakeLists.txt index 64b5bcf..54bdb8b 100644 --- a/source/kernel/CMakeLists.txt +++ b/source/kernel/CMakeLists.txt @@ -7,10 +7,6 @@ add_executable("kernel") -target_compile_features("kernel" PRIVATE - "cxx_std_20" -) - target_compile_options("kernel" PRIVATE "$<$<CXX_COMPILER_ID:GNU>:-Wall>" "$<$<CXX_COMPILER_ID:GNU>:-Wextra>" @@ -18,11 +14,6 @@ target_compile_options("kernel" PRIVATE "$<$<CXX_COMPILER_ID:GNU>:-pedantic-errors>" ) -set_target_properties("kernel" PROPERTIES - CXX_EXTENSIONS OFF - CXX_STANDARD_REQUIRED YES -) - #[============================================================================[ # Apply the platform dependent settings to the kernel image. #]============================================================================] |
