From 6c2d471ffd8d52f29224519fe2e8f1e2b8260595 Mon Sep 17 00:00:00 2001 From: Lori Cooper Date: Thu, 30 Nov 2023 16:25:38 -0600 Subject: [PATCH] Update how_to_change_hdf4_cmake_build_options.md --- .../hdf4-docs/how_to_change_hdf4_cmake_build_options.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/hdf4-docs/how_to_change_hdf4_cmake_build_options.md b/documentation/hdf4-docs/how_to_change_hdf4_cmake_build_options.md index 21e35242..cf7f8bd3 100644 --- a/documentation/hdf4-docs/how_to_change_hdf4_cmake_build_options.md +++ b/documentation/hdf4-docs/how_to_change_hdf4_cmake_build_options.md @@ -1,3 +1,5 @@ +# How to Change HDF4 CMake Build Options + If using the CTest script and configuration method to build HDF4, you can easily change the build options by either specifying the options on the command line or adding them to the options file, HDF4options.cmake. ## Change options from the command line