rules_foreign_cc/test
irengrig 30f398dc40
Fix a way of wiping CMake cache entry values defined by toolchain fro… (#293)
* Fix a way of wiping CMake cache entry values defined by toolchain from a command line, in case user specified empty values for these cache entries explicitly in cmake_external target

- it was a problem that we did not check that there was some value in the "toolchain" dict before we pop() - reported in comment in #292
- make code which does wiping empty values more explicit

* Additionally, if non-empty value for CMAKE_RANLIB was not specified by user or Bazel toolchain, put empty value for it to forbid CMake to auto detect it

context: https://github.com/bazelbuild/rules_foreign_cc/issues/252

* Add test for user's redefined value for CMAKE_BUILD_TYPE
2019-07-17 13:51:21 +02:00
..
standard_cxx_flags_test Windows: tests now work with native test wrapper (#263) 2019-05-17 11:52:28 +02:00
BUILD Fix #123 Improve code readability for collecting input dependencies (#257) 2019-06-19 15:50:58 +02:00
cmake_text_tests.bzl Fix a way of wiping CMake cache entry values defined by toolchain fro… (#293) 2019-07-17 13:51:21 +02:00
convert_shell_script_test.bzl Windows, tests: fix for native test wrapper (#246) 2019-04-30 16:50:26 +03:00
utils_test.bzl Fix #123 Improve code readability for collecting input dependencies (#257) 2019-06-19 15:50:58 +02:00