mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 07:33:55 +02:00
13 lines
444 B
Diff
13 lines
444 B
Diff
diff --git a/psw/ae/aesm_service/source/CMakeLists.txt b/psw/ae/aesm_service/source/CMakeLists.txt
|
|
index ffc1bee7..5c61e9f1 100644
|
|
--- a/psw/ae/aesm_service/source/CMakeLists.txt
|
|
+++ b/psw/ae/aesm_service/source/CMakeLists.txt
|
|
@@ -64,7 +64,7 @@ if(SGX_DISABLE_PSE)
|
|
endif()
|
|
|
|
set(CMAKE_CXX_STANDARD_REQUIRED 1)
|
|
-set(CMAKE_CXX_STANDARD 11)
|
|
+set(CMAKE_CXX_STANDARD 17)
|
|
set(CMAKE_SKIP_BUILD_RPATH true)
|
|
|
|
########## SGX SDK Settings ##########
|