From c1d5985201d3102419ecdc661a0c876a0f20287d Mon Sep 17 00:00:00 2001 From: Sebastien Valat Date: Mon, 12 Sep 2022 22:10:34 +0200 Subject: [PATCH] [fixes] Minor fixes for release --- CMakeLists.txt | 2 +- ChangeLog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 735f0ca..412e106 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ set(ENABLE_WEBVIEW "ON" CACHE BOOL "Enable installation of webview") ###################################################### # use the system one if possible find_package(GTest QUIET) -find_package(GMock REQUIRED) +find_package(GMock QUIET) ###################################################### #Some global setup diff --git a/ChangeLog.md b/ChangeLog.md index 6e2660a..ab6fea3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,7 +6,7 @@ Change log * Support of recent version of pintool (> 3.16), tested is 3.24 on ubuntu 22.04. * Support of gtest and gmock installed by system when possible to run unit tests. - * Fixe missing include to build on Fedora Gcc 12. + * Fix missing include to build on Fedora Gcc 12. 1.1.2 - 14/11/2020 ------------------