File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,16 +174,16 @@ endif()
174174
175175include (ExternalProject)
176176ExternalProject_Add(winmd
177- URL https://github.com/microsoft /winmd/releases/download/1.0.210629.2/Microsoft.Windows.WinMD.1.0.210629.2.nupkg
178- URL_HASH SHA256=4c5f29d948f5b3d724d229664c8f8e4823250d3c9f23ad8067b732fc7076d8c7
177+ GIT_REPOSITORY https://github.com/alvinhochun /winmd.git
178+ GIT_TAG alvin/gcc
179179 CONFIGURE_COMMAND ""
180180 BUILD_COMMAND ""
181181 INSTALL_COMMAND ""
182182)
183183add_dependencies (cppwinrt winmd)
184184ExternalProject_Get_Property(winmd SOURCE_DIR)
185185set (winmd_SOURCE_DIR "${SOURCE_DIR} " )
186- target_include_directories (cppwinrt PRIVATE "${winmd_SOURCE_DIR} " )
186+ target_include_directories (cppwinrt PRIVATE "${winmd_SOURCE_DIR} /src " )
187187
188188
189189if (WIN32 AND NOT CMAKE_CROSSCOMPILING )
You can’t perform that action at this time.
0 commit comments