Skip to content
Snippets Groups Projects
Commit e163e349 authored by Thomas Boy's avatar Thomas Boy
Browse files

fix the include issue for hpc build

parent 3f9d68aa
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@ find_package(LibArchive REQUIRED)
message(STATUS "LibArchive library status:")
message(STATUS " version: ${LibArchive_VERSION}")
message(STATUS " libraries: ${LibArchive_LIBRARIES}")
message(STATUS " include path: ${LibArchive_VERSION}")
message(STATUS " include path: ${LibArchive_INCLUDE_DIRS}")
if(BGS_PYTHON_SUPPORT)
......@@ -107,7 +107,7 @@ if(BGS_PYTHON_SUPPORT)
else()
file(GLOB_RECURSE bgs_src package_bgs/*.cpp package_bgs/*.c)
file(GLOB_RECURSE bgs_include package_bgs/*.h)
include_directories(${CMAKE_SOURCE_DIR} ${OpenCV_INCLUDE_DIRS})
include_directories(${CMAKE_SOURCE_DIR} ${OpenCV_INCLUDE_DIRS} ${LibArchive_INCLUDE_DIRS})
endif()
# GMG is not available in older OpenCV versions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment