mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-05 16:20:10 +08:00
Fix logic error.
This commit is contained in:
parent
6f5ba50881
commit
3eec4d66cc
@ -7,9 +7,8 @@ SET(libsrc_SOURCES v1hpg.c putget.c attr.c nc3dispatch.c
|
||||
# Process these files with m4.
|
||||
SET(m4_SOURCES attr ncx putget)
|
||||
foreach (f ${m4_SOURCES})
|
||||
|
||||
GEN_m4(${f})
|
||||
|
||||
GEN_m4(${f} dest)
|
||||
LIST(APPEND libsrc_SOURCES ${dest})
|
||||
endforeach(f)
|
||||
|
||||
LIST(APPEND libsrc_SOURCES pstdint.h ncio.h ncx.h)
|
||||
|
Loading…
Reference in New Issue
Block a user