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
현재 cmake 3.19.2 버전을 사용하고 있는데 cmake -DCMAKE_BUILD_TYPE=Release ../ 명령 실행 시에 다음과 같은 deprecation waring 이 발생합니다.
CMake Deprecation Warning at third_party/googletest/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
현재 cmake 3.19.2 버전을 사용하고 있는데
cmake -DCMAKE_BUILD_TYPE=Release ../
명령 실행 시에 다음과 같은 deprecation waring 이 발생합니다.googletest에서 발생하는 것으로 보이는데, googletest에서는 Bump CMake minimum to 2.8.12 에서 해당 이슈가 해결되었고, v1.11.0 에 반영되어있습니다.
현재 서브모듈로 포함되어있는 googletest 는 v1.8.x 네요. googletest 버전을 올려되 되지 않을까 합니다.
The text was updated successfully, but these errors were encountered: