fixed: we still want to build the bindings even if pybind11 is already available.

This commit is contained in:
Arne Morten Kvarving 2020-05-14 10:51:00 +02:00
parent 35cf505d14
commit d880aee17d

View File

@ -1,4 +1,4 @@
if(NOT TARGET pybind11)
add_subdirectory( pybind11 )
add_subdirectory( simulators )
endif()
add_subdirectory( simulators )