Commit ee2f684
Fix CMake CMP0048 policy error for VERSION in project()
Add cmake_policy(SET CMP0048 NEW) to all CMakeLists.txt files that use
VERSION in the project() command to fix the build error:
"VERSION not allowed unless CMP0048 is set to NEW"
Fixed files:
- src/auth/CMakeLists.txt
- docker/windows-x64/CMakeLists.txt
- docker/windows-x64/CMakeLists-windows.txt
- docker/windows-x64/CMakeLists-real.txt1 parent c7467aa commit ee2f684
File tree
4 files changed
+16
-0
lines changed- docker/windows-x64
- src/auth
4 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
0 commit comments