Skip to content

Commit

Permalink
Fix externalproject target name reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Sep 22, 2024
1 parent 9dff24f commit 7cdc50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generator/InteropTests/WinRTComponent/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ generate_projection(

# Define the dll build (requires cl.exe)
include(ExternalProject)
ExternalProject_Add(WinRTComponentDll
ExternalProject_Add(WinRTComponent
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/Dll"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/Dll"
CMAKE_ARGS
Expand Down

0 comments on commit 7cdc50e

Please sign in to comment.