google / google/double-conversion
cmake scripts currently broken?
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 308
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 12
Description
Doing a checkout at 0e47d5ac324c1d012e0dbbdf4f5d78d5fc3ad3cb in January works, however top of tree reports the following, and it is not possible to build with the current cmake scripts.
CMake Error at CMakeLists.txt:44 (install):
install TARGETS given no ARCHIVE DESTINATION for static library target
"double-conversion".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
```
cmake_minimum_required(VERSION 3.4)
```
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
Contributor guide
Assessment
This issue has not been assessed yet.