X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=CMakeLists.txt;h=674fbffb48142c3e4395672e14933a41469b2c6e;hb=6485ea4051c6234e7725cd505c99104999db3634;hp=63384bf6b3db61508b40e4dbb4976c421b093182;hpb=cad21935d6157e91f26a427bc2b751ac780e494e;p=simgear.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 63384bf6..674fbffb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -158,8 +158,8 @@ endif(HAVE_CLOCK_GETTIME) SET(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "add a postfix, usually d on windows") SET(CMAKE_RELEASE_POSTFIX "" CACHE STRING "add a postfix, usually empty on windows") -SET(CMAKE_RELWITHDEBINFO_POSTFIX "rd" CACHE STRING "add a postfix, usually empty on windows") -SET(CMAKE_MINSIZEREL_POSTFIX "s" CACHE STRING "add a postfix, usually empty on windows") +SET(CMAKE_RELWITHDEBINFO_POSTFIX "" CACHE STRING "add a postfix, usually empty on windows") +SET(CMAKE_MINSIZEREL_POSTFIX "" CACHE STRING "add a postfix, usually empty on windows") # isnan might not be real symbol, so can't check using function_exists check_cxx_source_compiles(