(This is because of what I mentioned in the last commit, where zlib's CMake script modifies a file in the submodule.)
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 | 1 |
[submodule "src/in_xsf_framework/zlib"] |
| 2 | 2 |
path = src/in_xsf_framework/zlib |
| 3 | 3 |
url = https://github.com/madler/zlib |
| 4 |
+ ignore = dirty |
|
| 4 | 5 |
[submodule "src/in_xsf_framework/wxWidgets"] |
| 5 | 6 |
path = src/in_xsf_framework/wxWidgets |
| 6 | 7 |
url = https://github.com/wxWidgets/wxWidgets |
This is in preparation for replacing my DialogBuilder with wxWidgets for the configuration dialog boxes. DialogBuilder will still be included for now for the currently unused info dialog boxes.