mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-08 00:09:31 +03:00
vcpkg: remove INTERFACE_INCLUDE_DIRECTORIES again
This commit is contained in:
parent
bd8cdc912c
commit
866ce5b89d
1 changed files with 0 additions and 1 deletions
|
@ -17,5 +17,4 @@ endif()
|
||||||
if(TARGET mimalloc-static AND NOT TARGET mimalloc)
|
if(TARGET mimalloc-static AND NOT TARGET mimalloc)
|
||||||
add_library(mimalloc INTERFACE IMPORTED)
|
add_library(mimalloc INTERFACE IMPORTED)
|
||||||
set_target_properties(mimalloc PROPERTIES INTERFACE_LINK_LIBRARIES mimalloc-static)
|
set_target_properties(mimalloc PROPERTIES INTERFACE_LINK_LIBRARIES mimalloc-static)
|
||||||
set_target_properties(mimalloc PROPERTIES INTERFACE_INCLUDE_DIRECTORIES mimalloc-static)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Reference in a new issue