From 234b3a4155170439b3fa6ad9943336929c74764d Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Fri, 7 Apr 2017 12:26:07 +0300 Subject: [PATCH] Fixed gflags search in Ubuntu --- modules/sfm/cmake/FindGflags.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sfm/cmake/FindGflags.cmake b/modules/sfm/cmake/FindGflags.cmake index 570d8d7da..d3b45dae5 100644 --- a/modules/sfm/cmake/FindGflags.cmake +++ b/modules/sfm/cmake/FindGflags.cmake @@ -418,7 +418,7 @@ function(__find_exported_gflags) "version: ${gflags_VERSION} exported here: ${gflags_DIR} using CMake.") endif (NOT GFLAGS_NAMESPACE) else (FOUND_INSTALLED_GFLAGS_CMAKE_CONFIGURATION) - message(STATUS "Failed to find an installed/exported CMake configuration " + gflags_report_not_found("Failed to find an installed/exported CMake configuration " "for gflags, will perform search for installed gflags components.") endif (FOUND_INSTALLED_GFLAGS_CMAKE_CONFIGURATION)