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
make ARCH_INDEPENDENT libraries to have CMake configs installed to share (#42)
* make ARCH_INDEPENDENT libraries to have CMake configs installed to share
* add test
added test for header only, though it works only in github workflow
added some folders to gitignore
made github workflow to install not on a system but in a folder `install_dir`
formatted some CMakeLists.txt with `cmake-format`
* micro fix of test for header_only
* Update .gitignore
Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
* maybe fix CI
* fix formatting
* fix formatting.
* maybe fix tests
* place comment to the end of command, not as separate command.
* check for cmake config in /usr/local/share, not /usr/share
---------
Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
test -e /usr/local/share/cmake/header_only-1.0/header_onlyConfig.cmake # test if header only library's CMake configs are installed to a ABI-independent dir.
41
42
cmake -S test -B build/installed -D TEST_INSTALLED_VERSION=1
0 commit comments