We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12970d commit 06d81ccCopy full SHA for 06d81cc
1 file changed
CMakeLists.txt
@@ -60,7 +60,7 @@ option(SHARED_LIBS "Build shared/dynamic libraries" OFF)
60
61
# Options for compiler definitions
62
option(INTERNAL_FILE_NML "Enable compiler definition -DINTERNAL_FILE_NML" ON)
63
-option(ENABLE_QUAD_PRECISION "Enable compiler definition -DENABLE_QUAD_PRECISION" OFF)
+option(ENABLE_QUAD_PRECISION "Enable compiler definition -DENABLE_QUAD_PRECISION" ON)
64
option(PORTABLE_KINDS "Enable compiler definition -DPORTABLE_KINDS" OFF)
65
option(GFS_PHYS "Enable compiler definition -DGFS_PHYS" OFF)
66
option(LARGEFILE "Enable compiler definition -Duse_LARGEFILE" OFF)
0 commit comments