cmake: update install paths (Linux)

This commit is contained in:
Alexander Alekhin
2018-09-03 22:40:16 +00:00
committed by Alexander Alekhin
parent 879e046b22
commit a956732874
5 changed files with 26 additions and 28 deletions
+1
View File
@@ -18,6 +18,7 @@ find_package(OpenCV REQUIRED)
# in the OpenCVConfig.cmake file.
# Print some message showing some of them
message(STATUS "OpenCV library status:")
message(STATUS " config: ${OpenCV_DIR}")
message(STATUS " version: ${OpenCV_VERSION}")
message(STATUS " libraries: ${OpenCV_LIBS}")
message(STATUS " include path: ${OpenCV_INCLUDE_DIRS}")