forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Cmake: use ENV{VCPKG_ROOT}, fix msgfmt + minor. #3685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
c026559
build: ignore build*/ for out-of-source builds
rkitover 2472dc4
build: add -static triplets in vcpkg_install usage
rkitover 4f6e164
build: improve check for built vcpkg.exe
rkitover b024210
build: reformat git check in vcpkg_install.bat
rkitover bea48ac
build: error/usage to stderr in vcpkg_install.bat
rkitover 155b5b1
build: support VCPKG_ROOT env in vcpkg_install.bat
rkitover 77a16b6
doc: correct NO_VCPKG to USE_VCPKG
rkitover 392055f
build: add vim modeline to CMakeLists.txt
rkitover 3e50ee2
build: add workdir to CreateLinks.cmake call
rkitover cd28420
build: log some cmake vars after project()
rkitover c2b23c7
build: use VCPKG_DIR instead of constant
rkitover b21f8b6
build: fix check for VCPKG_ARCH
rkitover dcb576a
build: always call vcpkg_install.bat from cmake
rkitover fa1a687
build: add build_option() to cmake/Utilities.cmake
rkitover 312a4f1
build: alias VCPKG_TARGET_TRIPLET to VCPKG_ARCH
rkitover 575a968
build: alias VCPKG_ROOT env variable to VCPKG_DIR
rkitover d654bcc
build: support NO_LIB env to disable vcpkg deps
rkitover 55ec81d
build: add gettext[tools] vcpkg dep
rkitover 5292199
build: clean up NO_GETTEXT cmake support
rkitover File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -245,3 +245,4 @@ Release/ | |
*.dSYM | ||
/contrib/buildsystems/out | ||
CMakeSettings.json | ||
build*/ |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.