cpuinfo
cpuinfo copied to clipboard
Install the config
Install config for cpuinfo so that it can found with find_package(cpuinfo) and used with target_link_libraries(... cpuinfo::cpuinfo)
Could you explain the details? Also, which CMake version did you target (cpuinfo currently targets CMake 2.8, but we can update it to 3.5. Going above 3.5, however, would be hard as some cpuinfo users target 3.5)
Definitely not above 3.5. I think 3.0.
Just a note: If you set the Travis CI to use the version of CMake you desire, then you never need to worry about compatibility -- it would fail to compile.