mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 14:59:02 +08:00
23eadeaedc
* [hdf5] Update HDF5 to 1.12 and use github live-clones instead of binary download * [hdf5] bump control * [hdf5] fix szip and typo about linkage * [hdf5] add missing package namespace.... they somehow missed to set it? * [hdf5] retry without " * [field3d] fix regression and update. Remove windows as unsupported since the cmakelists tries to support windows * fix typo * remove ws Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * linebreak first patch Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * ws change Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [field3d] update copying installation * [hdf5] use official github repo * clean baseline Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
15 lines
391 B
Diff
15 lines
391 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 1e608b3ec..5ff2c3c31 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -34,7 +34,8 @@
|
|
CMAKE_MINIMUM_REQUIRED( VERSION 2.8 )
|
|
|
|
PROJECT ( field3d )
|
|
-
|
|
+add_definitions(-UH5_USE_112_API_DEFAULT)
|
|
+add_definitions(-DH5_USE_110_API_DEFAULT)
|
|
set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake )
|
|
|
|
FIND_PACKAGE (Doxygen)
|