mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Added output from looking for m4 executable.
This commit is contained in:
parent
5490405adf
commit
4048da1ba1
@ -1365,7 +1365,10 @@ ENDMACRO()
|
||||
# A basic script used to convert m4 files
|
||||
FIND_PROGRAM(NC_M4 NAMES m4)
|
||||
IF(NC_M4)
|
||||
SET(HAVE_M4 TRUE)
|
||||
MESSAGE(STATUS "Found m4: ${NC_M4}")
|
||||
SET(HAVE_M4 TRUE)
|
||||
ELSE()
|
||||
MESSAGE("m4 not found.");
|
||||
ENDIF()
|
||||
|
||||
MACRO(GEN_m4 filename)
|
||||
|
Loading…
Reference in New Issue
Block a user