Skip to content

Commit

Permalink
- ensure we dont use the default expat postfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Oct 23, 2023
1 parent 9384592 commit 8954dc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8954dc0

Please sign in to comment.