From f42580be4172ddaa6591b6d94fc68f3eb24da35d Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Mon, 21 Mar 2011 23:03:01 +0000 Subject: [PATCH] Switched project label to use 'nicer' suffix (e.g., md instead of /MD) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 634d16e..20ec119 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -181,7 +181,7 @@ if(MSVC) endforeach() endif() # - set(LABEL_SUFFIX "${LABEL_SUFFIX} ${LIB_RT_OPTION}") + set(LABEL_SUFFIX "${LABEL_SUFFIX} ${LIB_RT_SUFFIX}") # b) Change prefix for static libraries set(CMAKE_STATIC_LIBRARY_PREFIX "lib") # to distinguish static libraries from DLL import libs