Skip to content

Conversation

sergeyklay
Copy link
Contributor

This patch aims to fix CMake warnings like these:

CMake Warning (dev) at external/cmake-scripts/code-coverage.cmake:498 (set):
  uninitialized variable 'EXCLUDE_REGEX'
Call Stack (most recent call first):
  CMakeLists.txt:157 (add_code_coverage_all_targets)
This warning is for project developers.  Use -Wno-dev to suppress it.

This patch aims to fix CMake warnings like these:
```
CMake Warning (dev) at external/cmake-scripts/code-coverage.cmake:498 (set):
  uninitialized variable 'EXCLUDE_REGEX'
Call Stack (most recent call first):
  CMakeLists.txt:157 (add_code_coverage_all_targets)
This warning is for project developers.  Use -Wno-dev to suppress it.
```
@sergeyklay
Copy link
Contributor Author

/cc @StableCoder

@StableCoder StableCoder merged commit 48161cc into StableCoder:master Dec 25, 2019
@sergeyklay sergeyklay deleted the patch-2 branch December 26, 2019 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants