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

Require at least CMake 3.1 due to use of target_sources #752

Merged
merged 1 commit into from
May 5, 2018

Conversation

vadz
Copy link
Contributor

@vadz vadz commented May 5, 2018

target_sources() is only available since this version and this avoids

CMake Error at src/CMakeLists.txt:92 (target_sources):
Unknown CMake command "target_sources".

when using CMake 3.0, for example.

Closes #633.

target_sources() is only available since this version and this avoids

CMake Error at src/CMakeLists.txt:92 (target_sources):
  Unknown CMake command "target_sources".

when using CMake 3.0, for example.

Closes microsoft#633.
@ras0219-msft ras0219-msft merged commit 175d0ac into microsoft:master May 5, 2018
@ras0219-msft
Copy link
Contributor

LGTM, thanks!

@vadz vadz deleted the require-cmake-3.1 branch May 8, 2018 17:58
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.

2 participants