Skip to content

Commit

Permalink
fixing cmake use of defines
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 10, 2020
1 parent c5794a8 commit a28ec8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ option (PIO_ENABLE_LOGGING "Enable debug logging (large output possible)" OFF)
option (PIO_ENABLE_DOC "Enable building PIO documentation" ON)
option (PIO_ENABLE_COVERAGE "Enable code coverage" OFF)
option (PIO_ENABLE_EXAMPLES "Enable PIO examples" ON)
option (PIO_ENABLE_NETCDF_INTEGRATION "Enable netCDF integration (netcdf-c-4.7.4 or later required)" ON)
option (PIO_ENABLE_NETCDF_INTEGRATION "Enable netCDF integration" OFF)
option (PIO_INTERNAL_DOC "Enable PIO developer documentation" OFF)
option (PIO_TEST_BIG_ENDIAN "Enable test to see if machine is big endian" ON)
option (PIO_USE_MPIIO "Enable support for MPI-IO auto detect" ON)
Expand Down
4 changes: 2 additions & 2 deletions cmake_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

#define USE_VARD @USE_VARD@

#cmakedefine HAVE_PAR_FILTERS @HAVE_PAR_FILTERS@
#cmakedefine HAVE_PAR_FILTERS

#cmakedefine NETCDF_INTEGRATION @NETCDF_INTEGRATION@
#cmakedefine NETCDF_INTEGRATION

#endif /* _PIO_CONFIG_ */

0 comments on commit a28ec8c

Please sign in to comment.