Merge pull request #2533 from akva2/fix_super_build

changed: check for pre-existing pybind11 target
This commit is contained in:
Arne Morten Kvarving 2020-04-14 13:06:53 +02:00 committed by GitHub
commit d72db978d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,3 @@
add_subdirectory( pybind11 )
if(NOT TARGET pybind11)
add_subdirectory( pybind11 )
endif()