Commit 175d0ac
Require at least CMake 3.1 due to use of target_sources (microsoft#752)
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.1 parent 3439ea4 commit 175d0ac
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments