summaryrefslogtreecommitdiff
path: root/cmake/FindGoogleBenchmark.cmake
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2019-06-26 17:51:06 +0200
committerCristian Adam <cristian.adam@qt.io>2019-07-25 14:06:46 +0000
commit8ae9cfe39d9fbf114f23bc00e7a66516c2429648 (patch)
tree904d53964f8b8f489d1684b842ba0ccdb1403b24 /cmake/FindGoogleBenchmark.cmake
parent402ff933ad17c340dd20eaadfff90111bb06d494 (diff)
downloadqt-creator-8ae9cfe39d9fbf114f23bc00e7a66516c2429648.tar.gz
CMake build: Add "Devel" package
The "Devel" package will contain headers, libraries, documentation needed by the 3rd parties to build Qt Creator plugins. Fixes: QTCREATORBUG-22514 Change-Id: If54929f823982b921b98a63ff6085d53618a3a49 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'cmake/FindGoogleBenchmark.cmake')
-rw-r--r--cmake/FindGoogleBenchmark.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/FindGoogleBenchmark.cmake b/cmake/FindGoogleBenchmark.cmake
index ce2cf3f66d..5713803535 100644
--- a/cmake/FindGoogleBenchmark.cmake
+++ b/cmake/FindGoogleBenchmark.cmake
@@ -22,6 +22,7 @@ find_path(GOOGLE_BENCHMARK_INCLUDE_DIR
PATH_SUFFIXES include
HINTS
"${GOOGLEBENCHMARK_DIR}" ENV GOOGLEBENCHMARK_DIR
+ "${CMAKE_SOURCE_DIR}/benchmark"
"${CMAKE_SOURCE_DIR}/../benchmark"
"${CMAKE_SOURCE_DIR}/../../benchmark"
)
@@ -31,6 +32,7 @@ find_path(GOOGLE_BENCHMARK_SRC_DIR
PATH_SUFFIXES src
HINTS
"${GOOGLEBENCHMARK_DIR}" ENV GOOGLEBENCHMARK_DIR
+ "${CMAKE_SOURCE_DIR}/benchmark"
"${CMAKE_SOURCE_DIR}/../benchmark"
"${CMAKE_SOURCE_DIR}/../../benchmark"
)