fix the test for the quadmath library

Seems like I forgot to include the "CheckCSourceCompiles" macro before
using it. Since it worked for me before, I'm wondering what made this
happen. Anyway, it should now work correctly in all cases.
This commit is contained in:
Andreas Lauser
2013-08-21 15:40:45 +02:00
committed by Roland Kaufmann
parent 972f8cdf0a
commit 2a92529ff2

View File

@@ -6,6 +6,7 @@
# QUADMATH_LIBRARIES
#
# perform tests
include(CheckCSourceCompiles)
include(CheckCXXSourceCompiles)
include(CMakePushCheckState)