You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Gabriele04
changed the title
[Bug]:
[Bug]: CMake error (set_target_properties)
Apr 29, 2024
Describe the issue
When I build the cmake of googletest v1.14 i receive this error messages:
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
The text was updated successfully, but these errors were encountered: