From a5cecd8284f0e9bdccacaa226a82f8c20d60ecf2 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 24 Nov 2010 09:13:59 +0000 Subject: Remove library specification. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8abd97b7a5b..ecba5caf44c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -563,7 +563,7 @@ ELSEIF(WIN32) # MSVC only, Mingw doesnt need IF(CMAKE_CL_64) - SET(PLATFORM_LINKFLAGS "/MACHINE:X64 /NODEFAULTLIB:libc.lib;MSVCRT.lib ") + SET(PLATFORM_LINKFLAGS "/MACHINE:X64 /NODEFAULTLIB:libc.lib ") ELSE(CMAKE_CL_64) SET(PLATFORM_LINKFLAGS "/NODEFAULTLIB:libc.lib ") ENDIF(CMAKE_CL_64) -- cgit v1.2.3