diff --git a/CMakeLists.txt b/CMakeLists.txt index 8451bf4..edde563 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,8 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo") endif() +set(CMAKE_INSTALL_LIBDIR "lib") # lib prefix workaround for multi-arch + find_package(OpenCV QUIET) aux_source_directory(common COMMON_SRC)