Skip to content

Commit

Permalink
Create cached cmake vars for desired languages
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Dec 29, 2024
1 parent 43e09a0 commit 682fb17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ports/vcpkg-make/vcpkg_make_configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ function(vcpkg_make_configure)
list(APPEND prepare_flags_opts "LANGUAGES" ${arg_LANGUAGES})
endif()

# Create cached cmake vars for this invocation's languages
z_vcpkg_make_get_cmake_vars(LANGUAGES ${arg_LANGUAGES})

set(escaping "")
if(arg_DISABLE_MSVC_TRANSFORMATIONS)
set(escaping NO_FLAG_ESCAPING)
Expand Down
2 changes: 1 addition & 1 deletion versions/v-/vcpkg-make.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "b9226c29f2dd322952dd1bae717690c0fd8ad22e",
"git-tree": "ac1381c26cff8ab8365670f4fb00395e86c58dfa",
"version-date": "2024-12-27",
"port-version": 0
},
Expand Down

0 comments on commit 682fb17

Please sign in to comment.