Fixes for detecting standard library

This commit is contained in:
flithm 2007-08-29 11:35:50 +00:00
commit 4889158b84
2 changed files with 7 additions and 1 deletions

View file

@ -142,7 +142,7 @@ ELSE(CMAKE_COMPILER_IS_GDC)
SET(CMAKE_LIBRARY_PATH_FLAG "-L")
ENDIF(${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
ENDIF(CMAKE_COMPILER_IS_GDC)
IF(CMAKE_D_USE_TANGO)
IF(CMAKE_COMPILER_IS_GDC)
SET(DSTDLIB_TYPE "-fversion=Tango")