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

View File

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