vcpkg: remove INTERFACE_INCLUDE_DIRECTORIES again

This commit is contained in:
Daan 2025-01-13 16:57:59 -08:00
parent bd8cdc912c
commit 866ce5b89d

View file

@ -17,5 +17,4 @@ endif()
if(TARGET mimalloc-static AND NOT TARGET mimalloc)
add_library(mimalloc INTERFACE IMPORTED)
set_target_properties(mimalloc PROPERTIES INTERFACE_LINK_LIBRARIES mimalloc-static)
set_target_properties(mimalloc PROPERTIES INTERFACE_INCLUDE_DIRECTORIES mimalloc-static)
endif()