Update externals/CMakeLists.txt
Co-authored-by: Andrea Pappacoda <andrea@pappacoda.it>
This commit is contained in:
parent
b427db531e
commit
bcbacbb9f7
1 changed files with 3 additions and 1 deletions
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue