Skip to content

Commit

Permalink
Restore cmake config change.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 25, 2023
1 parent 4762998 commit ce678fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cmake/ConfigureChecks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@ if (HDF5_BUILD_FORTRAN)
"
)

# C_RUN ("maximum decimal precision for C" ${PROG_SRC} PROG_RES PROG_OUTPUT4)
# message (STATUS "Testing maximum decimal precision for C - ${PROG_OUTPUT4}")
C_RUN ("maximum decimal precision for C" ${PROG_SRC} PROG_RES PROG_OUTPUT4)
message (STATUS "Testing maximum decimal precision for C - ${PROG_OUTPUT4}")

# dnl The output from the above program will be:
# dnl -- long double decimal precision -- __float128 decimal precision
Expand Down

0 comments on commit ce678fa

Please sign in to comment.