[mapserver-commits] [mapserver/mapserver] 2662ff: Replace backslashes with forward slashes
GitHub
noreply at github.com
Sat Jun 23 01:25:57 PDT 2018
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: 2662ff7d4936778891c403a0abe397c5272165c2
https://github.com/mapserver/mapserver/commit/2662ff7d4936778891c403a0abe397c5272165c2
Author: Seth G <sethg at geographika.co.uk>
Date: 2018-06-23 (Sat, 23 Jun 2018)
Changed paths:
M appveyor.yml
Log Message:
-----------
Replace backslashes with forward slashes
Avoids CMake errors such as:
```
CMake Warning (dev) at CMakeLists.txt:61 (target_link_libraries):
Syntax error in cmake code at
C:/projects/mapserver/CMakeLists.txt:61
when parsing string
C:\projects\mapserver\sdk\release-1911-x64\lib\libxml2.lib
Invalid escape sequence \p
```
Commit: e574ee64be7ea2e13692e3544b6388085e40ea6c
https://github.com/mapserver/mapserver/commit/e574ee64be7ea2e13692e3544b6388085e40ea6c
Author: Seth G <geographika at gmail.com>
Date: 2018-06-23 (Sat, 23 Jun 2018)
Changed paths:
M appveyor.yml
Log Message:
-----------
Replace backslashes in APPVEYOR_BUILD_FOLDER with forwardslashes
Otherwise get the following error:
CMake Warning (dev) at CMakeLists.txt:61 (target_link_libraries):
Syntax error in cmake code at
C:/projects/mapserver/CMakeLists.txt:61
when parsing string
C:\projects\mapserver\sdk\release-1911-x64\lib\libxml2.lib
Invalid escape sequence \p
Policy CMP0010 is not set: Bad variable reference syntax is an error. Run "cmake --help-policy CMP0010
Invalid escape sequence \p
Commit: 0ac75fd10ab87b25abbffd0b3f6cbdd05e843229
https://github.com/mapserver/mapserver/commit/0ac75fd10ab87b25abbffd0b3f6cbdd05e843229
Author: Seth G <geographika at gmail.com>
Date: 2018-06-23 (Sat, 23 Jun 2018)
Changed paths:
M appveyor.yml
Log Message:
-----------
Replace %CD% with APPVEYOR_BUILD_FOLDER
This avoids adding backslashes for the paths
Commit: 90aa6d205ee1dcd153fccad8f57913ae88393820
https://github.com/mapserver/mapserver/commit/90aa6d205ee1dcd153fccad8f57913ae88393820
Author: Even Rouault <even.rouault at mines-paris.org>
Date: 2018-06-23 (Sat, 23 Jun 2018)
Changed paths:
M appveyor.yml
Log Message:
-----------
Merge pull request #5622 from geographika/patch-6
Fix Appveyor path errors
Compare: https://github.com/mapserver/mapserver/compare/ffa889e731c8...90aa6d205ee1
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the mapserver-commits
mailing list