1
0
mirror of synced 2025-01-29 19:17:28 +01:00

build: Try force reconfiguring when nethost header isn't found

This commit is contained in:
WerWolv 2023-11-19 12:03:17 +01:00
parent 60b640d9f5
commit 981ae5067c

View File

@ -78,4 +78,6 @@ if (CoreClrEmbed_INCLUDE_DIR AND CoreClrEmbed_LIBRARY)
set(CoreClrEmbed_LIBRARIES "${CoreClrEmbed_LIBRARY}")
set(CoreClrEmbed_SHARED_LIBRARIES "${CoreClrEmbed_SHARED_LIBRARY}")
set(CoreClrEmbed_INCLUDE_DIRS "${CoreClrEmbed_INCLUDE_DIR}")
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CoreClrEmbed_INCLUDE_DIR}/nethost.h")
endif()