diff options
author | Hugh Bellamy <hughbellars@gmail.com> | 2016-11-09 16:36:19 +0000 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-11-09 17:36:19 +0100 |
commit | 9f2c3ba89071a1c2614a9b58e6686e397da3dd5d (patch) | |
tree | 48b41564be50834518d7a275470c2686fcfa3a3d /tools/appveyor-build.bat | |
parent | 64e1394ae76409f02b00c254f119a64a2d1ce11e (diff) |
Fix CMAKE_C_VISIBILITY_PRESET for cmake versions greater than 1.8 (e.g. 3.6.2) (#162)
This lets us build swift-cmark on Windows, using clang-cl
This was an oversight: CMAKE_C_VISIBILITY_PRESET is only available on CMAKE 1.8 or greater. However, the current check doesn't work for a version such as CMAKE 3.6.2, for example
```bash
mkdir "C:/Users/hughb/Documents/GitHub/my-swift/build/Ninja-DebugAssert/cmark-windows-amd64"
pushd "C:/Users/hughb/Documents/GitHub/my-swift/build/Ninja-DebugAssert/cmark-windows-amd64"
cmake -G Ninja -DCMAKE_C_COMPILER="C:/Program Files/LLVM/msbuild-bin/cl.exe" -DCMAKE_CXX_COMPILER="C:/Program Files/LLVM/msbuild-bin/cl.exe" -DCMAKE_CXX_FLAGS="-Xclang -std=c++14" "C:/Users/hughb/Documents/GitHub/my-swift/cmark"
popd
cmake --build "C:/Users/hughb/Documents/GitHub/my-swift/build/Ninja-DebugAssert/cmark-windows-amd64/" -- -j6 all
```
Diffstat (limited to 'tools/appveyor-build.bat')
0 files changed, 0 insertions, 0 deletions