Skip to content

Commit 7c1342d

Browse files
wrap MatlabIO.hpp (#100)
``` #if defined(ACF_SERIALIZE_WITH_CVMATIO) # include <MatlabIO.hpp> #endif ``` resolve post iwyu refactoring issue and bump cmake patch version
1 parent cd17f3e commit 7c1342d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ endif()
7777
###################
7878

7979
# See https://github.com/hunter-packages/check_ci_tag when changing VERSION
80-
project(acf VERSION 0.1.15)
80+
project(acf VERSION 0.1.16)
8181

8282
set(ACF_ROOT_DIR "${CMAKE_CURRENT_LIST_DIR}")
8383
set(CMAKE_TOP_DIR "${PROJECT_SOURCE_DIR}/src/app/cmake")

src/lib/acf/acf/ACFIO.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
#include <acf/acf_common.h>
1414
#include <io/cereal_pba.h>
1515

16-
#include <MatlabIO.hpp>
16+
#if defined(ACF_SERIALIZE_WITH_CVMATIO)
17+
# include <MatlabIO.hpp>
18+
#endif
1719

1820
#include <opencv2/core/hal/interface.h>
1921

0 commit comments

Comments
 (0)