mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
committed by
Roland Kaufmann
parent
972f8cdf0a
commit
2a92529ff2
@@ -6,6 +6,7 @@
|
||||
# QUADMATH_LIBRARIES
|
||||
#
|
||||
# perform tests
|
||||
include(CheckCSourceCompiles)
|
||||
include(CheckCXXSourceCompiles)
|
||||
include(CMakePushCheckState)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user