dpilger26 / NumCpp

C++ implementation of the Python Numpy library
https://dpilger26.github.io/NumCpp
MIT License
3.51k stars 548 forks source link

Install CMake config files into architecture-dependent location #187

Closed topazus closed 1 year ago

topazus commented 1 year ago

The CMake files may be more apprpriate to be installed into arch-dependent location, which normally is "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}" and the location is adopted by many C++ libraries.

Ref: https://gitlab.kitware.com/cmake/cmake/-/issues/18453 https://github.com/jbeder/yaml-cpp/pull/1055 https://github.com/google/googletest/blob/main/googletest/CMakeLists.txt#L99-L109