Skip to content

Commit

Permalink
RCBC-496: do not include googletest into release package (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej authored Aug 5, 2024
1 parent 8154d44 commit d4e4773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ task :cache_cxx_dependencies do
"spdlog/*/spdlog/cmake/*",
"spdlog/*/spdlog/include/**/*",
"spdlog/*/spdlog/src/**/*",
].grep_v(/crypto_test_data.cc/)
].grep_v(/crypto_test_data.cc|googletest/)

# we don't want to fail if git is not available
cpm_cmake_path = third_party_sources.grep(/cpm.*\.cmake$/).first
Expand Down

0 comments on commit d4e4773

Please sign in to comment.