Update externals/CMakeLists.txt

Co-authored-by: Andrea Pappacoda <andrea@pappacoda.it>
This commit is contained in:
boludoz 2023-09-18 12:57:37 -03:00 committed by GitHub
parent b427db531e
commit bcbacbb9f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,9 @@ set(BUILD_SHARED_LIBS OFF)
set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL ON)
# Robin-map
add_subdirectory(robin-map)
if (NOT TARGET tsl::robin_map)
add_subdirectory(robin-map)
endif()
# xbyak
if ((ARCHITECTURE_x86 OR ARCHITECTURE_x86_64) AND NOT TARGET xbyak::xbyak)