This repository was archived by the owner on Mar 8, 2023. It is now read-only.
Make windows build compatible with VS 2017#59
Open
guischulz wants to merge 1 commit intoheremaps:masterfrom
Open
Make windows build compatible with VS 2017#59guischulz wants to merge 1 commit intoheremaps:masterfrom
guischulz wants to merge 1 commit intoheremaps:masterfrom
Conversation
9fe4514 to
42f2ed9
Compare
Signed-off-by: Guido Schulz <guido.schulz@mettenmeier.de>
42f2ed9 to
a8cb8ef
Compare
Contributor
|
Thank you for your submission! @Jeffzholy, could you please test this PR? |
qGYdXbY2
added a commit
to qGYdXbY2/tin-terrain
that referenced
this pull request
Feb 27, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tested with Visual Studio 2017, CMake 3.14, Boost 1.69 and GDAL 2.3.3.
Build instructions (for x64 release build):
set BOOST_INCLUDEDIR=C:\Boost\include\boost-1_69set BOOST_LIBRARYDIR=C:\Boost\libset GDAL_DIR=C:\Gdalcmake -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Releasemsbuild tin-terrain.sln /p:Configuration=Release /p:Platform=x64