Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] mismatch of macro name for cmake #1714

Closed
iakovs opened this issue Dec 19, 2023 · 0 comments
Closed

[BUG] mismatch of macro name for cmake #1714

iakovs opened this issue Dec 19, 2023 · 0 comments

Comments

@iakovs
Copy link
Contributor

iakovs commented Dec 19, 2023

Describe the bug

CMake Warning (dev) in submodules/benchmark/test/CMakeLists.txt:
  A logical block opening on the line

    /Users/yahont/work/repos/youbiquit/submodules/benchmark/test/CMakeLists.txt:67 (macro)

  closes on the line

    /Users/yahont/work/repos/youbiquit/submodules/benchmark/test/CMakeLists.txt:73 (endmacro)

  with mis-matching arguments.
This warning is for project developers.  Use -Wno-dev to suppress it.

System
Which OS, compiler, and compiler version are you using:

  • OS: linux, MacOS
  • Compiler and version: cmake version 3.28.1

To reproduce
Steps to reproduce the behavior:

  1. mkdir build
  2. cd build
  3. cmake .. -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on

Expected behavior
No warning

Screenshots
image

Additional context
Add any other context about the problem here.

dmah42 pushed a commit that referenced this issue Dec 20, 2023
Co-authored-by: Iakov Sergeev <yahontu@gmail.com>
@iakovs iakovs closed this as completed Dec 20, 2023
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

No branches or pull requests

1 participant