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
* add handling to install dll too
modernize cmake files too
* reduce the scope of hidden visibility
* add new arguments to .cmake-format
build dll anly if requested
* fix github yml test config
* fix the mixed build of dll and static libs
tested und debian
* update readme
update used package versions too
* fix wrong option checking
do not use if(DEFINED ...), functions argumanet are always defined!
* revert to orign for one_value_keywords
add notes about the differents
* use option DISABLE_VERSION_SUFFIX YES instead of NO_VERSION_SUFFIX flag
* reformat and yamllint github workflows
support git flow too (with branch develop)
* add new options: DISABLE_CHECK_REQUIRED_COMPONENTS
to calls configure_package_config_file(NO_CHECK_REQUIRED_COMPONENTS_MACRO
...) with this options set
* call check_required_components() only if enabled
* revert my changes
check_required_components() is not longer used
* Update .github/workflows/style.yml
Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
* changes according the review comments
build always the shared lib
* do not start CI build on develop branch
requested while review
* Update test/CMakeLists.txt
Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
* Update CMakeLists.txt
fix typo
Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
0 commit comments