From 1d6332afccc66914e53ad22b4b3726418280940c Mon Sep 17 00:00:00 2001 From: xavisolesoft Date: Thu, 25 Jan 2024 19:41:45 +0100 Subject: [PATCH] Build: Remove only windows code in Carla compilation --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47fbc1853..f40bdefb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -214,11 +214,6 @@ if (BUILD_LIBCARLA_SERVER) ${LIBCARLA_SERVER_SOURCES_THIRD_PARTY} ) - target_compile_options ( - carla-server PRIVATE - /EHsc - ) - target_include_directories ( carla-server PUBLIC ${LIBCARLA_SERVER_INCLUDE_PATHS}