Removed debug messages

This commit is contained in:
Dragos Carp 2013-10-14 01:15:15 +02:00
commit 1b16f66374
5 changed files with 3 additions and 20 deletions

View file

@ -11,7 +11,6 @@
# Modified from CMake 2.6.5 gcc.cmake
# See http://www.cmake.org/HTML/Copyright.html for details
#
MESSAGE( "**** Debug Info: Enter Linux-gdc.cmake" )
SET(CMAKE_D_DASH_O "-o")
SET(CMAKE_BASE_NAME gdc)
@ -40,5 +39,3 @@ SET (CMAKE_D_CREATE_ASSEMBLY_SOURCE "<CMAKE_D_COMPILER> <FLAGS> -S <SOURCE> -o <
#SET (CMAKE_INCLUDE_SYSTEM_FLAG_D "-isystem ")
SET(CMAKE_INCLUDE_FLAG_D "-I") # -I
MESSAGE( "**** Debug Info: Exit Linux-gdc.cmake" )