Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmake 3 16 #181

Merged
merged 9 commits into from
Sep 21, 2023
Merged

Cmake 3 16 #181

merged 9 commits into from
Sep 21, 2023

Conversation

milyin
Copy link
Contributor

@milyin milyin commented Sep 20, 2023

Fixed issues preventing build with cmake 3.16. The fixes are:

  • use generator expressions only if multiconfig generator used (visual studio usually). On single config generators the generator expessions (like $<IF) doesn't appear anymore. This allows to avoid issues with insufficient genexpr support in old cmake
  • variable CMAKE_CURRENT_FUNCTION_LIST_FILE not supported in cmake 3.16, the reloading of "helpers.cmake" changed to not use this variable

@milyin milyin merged commit c4470de into master Sep 21, 2023
7 checks passed
@Mallets Mallets deleted the cmake_3_16 branch September 21, 2023 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant