Skip to content

Commit

Permalink
[INFRA] Ignore warnings in gtest build
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Jul 21, 2023
1 parent 74a2e2c commit 2699895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ macro (add_gtest)


set (gtest_project_args ${SDSL_EXTERNAL_PROJECT_CMAKE_ARGS})
list (APPEND gtest_project_args "-DCMAKE_CXX_FLAGS=-w")
list (APPEND gtest_project_args "-DBUILD_GMOCK=0")

# force that libraries are installed to `lib/`, because GNUInstallDirs might install it into `lib64/`
Expand Down

0 comments on commit 2699895

Please sign in to comment.