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:
parent
20241ebfd3
commit
64ff0aebd3
@ -6,6 +6,7 @@
|
||||
# QUADMATH_LIBRARIES
|
||||
#
|
||||
# perform tests
|
||||
include(CheckCSourceCompiles)
|
||||
include(CheckCXXSourceCompiles)
|
||||
include(CMakePushCheckState)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user