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
parent 20241ebfd3
commit 64ff0aebd3

View File

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