Remove GCC PCH warning

Julius Michaelis 2012-05-14 12:11:10 +02:00
parent 29aa801eeb
commit c4efcad488
1 changed files with 0 additions and 3 deletions

View File

@ -1090,9 +1090,6 @@ endforeach()
if(CMAKE_COMPILER_IS_GNUCXX)
include(GccPchSupport)
if(NOT DEFINED USE_GCC_PCH)
message("Using GCC precompiled headers! USE_GCC_PCH=Off to disable.")
endif()
option(USE_GCC_PCH "Use GCC precompiled headers" ON)
endif()
if(USE_GCC_PCH)