Skip to content

Commit

Permalink
[fixes] Minor fixes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
svalat committed Sep 12, 2022
1 parent 71f2279 commit c1d5985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Expand Up @@ -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
------------------
Expand Down

0 comments on commit c1d5985

Please sign in to comment.