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]: CMake error (set_target_properties) #4525

Open
Gabriele04 opened this issue Apr 29, 2024 · 1 comment
Open

[Bug]: CMake error (set_target_properties) #4525

Gabriele04 opened this issue Apr 29, 2024 · 1 comment

Comments

@Gabriele04
Copy link

Gabriele04 commented Apr 29, 2024

Describe the issue

When I build the cmake of googletest v1.14 i receive this error messages:

CMake Warning at test/lib/googletest/CMakeLists.txt:50 (project):
  VERSION keyword not followed by a value or was followed by a value that
  expanded to nothing.


CMake Error at test/lib/googletest/CMakeLists.txt:124 (set_target_properties):
  set_target_properties called with incorrect number of arguments.


CMake Error at test/lib/googletest/CMakeLists.txt:142 (set_target_properties):
  set_target_properties called with incorrect number of arguments.

Steps to reproduce the problem

Build/reload/debug the cmake of googletest inside the googletest directory (/googletest-main/googletest/CMakeList.txt)

What version of GoogleTest are you using?

1.14

What operating system and version are you using?

Linux

What compiler and version are you using?

gcc version 13.2.1

What build system are you using?

cmake version 3.29.2

Additional context

No response

@Gabriele04 Gabriele04 changed the title [Bug]: [Bug]: CMake error (set_target_properties) Apr 29, 2024
@tobbi
Copy link
Contributor

tobbi commented May 14, 2024

Same as #4309. Should be fixed by #4539

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

2 participants