From e2f98d6b209590349f908381ac2c260313c0ed93 Mon Sep 17 00:00:00 2001 From: Eugenio Collado Date: Fri, 24 Jan 2025 11:17:40 +0100 Subject: [PATCH] Force Windows SDK version Signed-off-by: Eugenio Collado --- ddsrecorder_participants/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ddsrecorder_participants/CMakeLists.txt b/ddsrecorder_participants/CMakeLists.txt index 44788cbb..3510f42b 100644 --- a/ddsrecorder_participants/CMakeLists.txt +++ b/ddsrecorder_participants/CMakeLists.txt @@ -16,6 +16,8 @@ # CMake build rules for DDS Recorder Submodule ############################################################################### cmake_minimum_required(VERSION 3.5) +set(CMAKE_SYSTEM_VERSION 10.0) + # Done this to set machine architecture and be able to call cmake_utils enable_language(C)