Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion external/CppMicroServices/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Extract the current version from the VERSION file
file(STRINGS VERSION _version LIMIT_COUNT 1)

set(US_CMAKE_MINIMUM_REQUIRED_VERSION 3.2)
set(US_CMAKE_MINIMUM_REQUIRED_VERSION 3.10)

cmake_minimum_required(VERSION ${US_CMAKE_MINIMUM_REQUIRED_VERSION})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include "cppmicroservices/Any.h"

#include <cstdint>
#include <string>
#include <unordered_map>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include "cppmicroservices/FrameworkExport.h"

#include <cstdint>
#include <iostream>
#include <memory>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include "cppmicroservices/FrameworkConfig.h"

#include <cstdint>
#include <string>

namespace cppmicroservices {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include "cppmicroservices/FrameworkExport.h"

#include <cstdint>
#include <iostream>
#include <memory>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

#include "cppmicroservices/ServiceReference.h"

#include <cstdint>

US_MSVC_PUSH_DISABLE_WARNING(
4251) // 'identifier' : class 'type' needs to have dll-interface to be used by clients of class 'type2'

Expand Down
2 changes: 1 addition & 1 deletion psw/ae/aesm_service/source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#

# [proj-begin]
cmake_minimum_required(VERSION 3.0.0)
cmake_minimum_required(VERSION 3.10.0)
project(ModularAESM VERSION 0.1.0)


Expand Down