fixed: clean python bindings with 'make clean'

This commit is contained in:
Arne Morten Kvarving
2019-08-13 15:54:48 +02:00
parent 9ff301625b
commit 86b1a93b0e

View File

@@ -251,6 +251,7 @@ if (OPM_ENABLE_PYTHON)
)
set_target_properties(opmcommon PROPERTIES POSITION_INDEPENDENT_CODE ON)
set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES ${CMAKE_BINARY_DIR}/python/python)
endif()