aboutsummaryrefslogtreecommitdiff
path: root/misc/nn-insight/files/patch-CMakeLists.txt
blob: 7efb2696accb037bb54d0a4a58e79c8b2822380e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig	2022-09-06 16:20:58 UTC
+++ CMakeLists.txt
@@ -63,7 +63,7 @@ find_path(HALF_PRECISION half.hpp)
 if (NOT HALF_PRECISION)
 	message(FATAL_ERROR "Failed to find the half-precision floating point library (half.hpp)")
 endif()
-find_package(Flatbuffers REQUIRED)
+find_package(FlatBuffers REQUIRED)
 pkg_check_modules(libcgraph libgvc REQUIRED IMPORTED_TARGET libcgraph)
 if (USE_PERFTOOLS)
 	pkg_check_modules(libtcmalloc REQUIRED IMPORTED_TARGET libtcmalloc)