1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-22 18:15:25 +01:00

Minor change to make project name compatible with VS 2010

Visual Studio 2010 doesn't like the '/' character in the project names.
This commit is contained in:
Roy Eltham
2013-02-27 10:01:04 -08:00
parent c7daca92d6
commit 9715bdfd44

View File

@@ -146,7 +146,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