We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157c9af commit c26110fCopy full SHA for c26110f
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.24)
2
3
project(uzuki2
4
- VERSION 1.1.0
+ VERSION 1.1.1
5
DESCRIPTION "Storing simple R lists inside HDF5 or JSON"
6
LANGUAGES CXX)
7
include/uzuki2/uzuki2.hpp
@@ -11,7 +11,9 @@
11
* @brief Parse an R list from a HDF5 or JSON file.
12
*/
13
14
+#if __has_include("H5Cpp.h")
15
#include "parse_hdf5.hpp"
16
+#endif
17
#include "parse_json.hpp"
18
19
#endif
0 commit comments