CMake: Fix python build

This commit is contained in:
Corentin Le Molgat
2020-02-10 18:42:03 +01:00
parent f9cb28a370
commit d6fe894136

View File

@@ -199,6 +199,6 @@ if(BUILD_TESTING)
# run the tests within the virtualenv
add_test(pytest_venv ${VENV_BIN_DIR}/python ${VENV_DIR}/test.py)
add_subdirectory(examples/python)
add_subdirectory(examples/notebook)
#add_subdirectory(examples/python)
#add_subdirectory(examples/notebook)
endif()