From 8954dc08cf90fe445a0473c6d0bf956720a72666 Mon Sep 17 00:00:00 2001 From: "Frank T. Bergmann" Date: Mon, 23 Oct 2023 15:41:06 +0200 Subject: [PATCH] - ensure we dont use the default expat postfixes --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b489dfa..c6b1ae1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -150,6 +150,7 @@ if (WITH_EXPAT) if (WITH_STATIC_RUNTIME) #expat is overriding this set(EXPAT_MSVC_STATIC_CRT ON CACHE BOOL "Use /MT flag (static CRT) when compiling in MSVC" FORCE) + set(CMAKE_RELEASE_POSTFIX "" CACHE STRING "Force empty postfix" FORCE) endif() add_subdirectory(expat/expat)