From ddd838c4183c88e3305c364bb44ef2b376d768ee Mon Sep 17 00:00:00 2001 From: Jonas Landsgesell Date: Tue, 8 Oct 2019 12:34:01 +0200 Subject: [PATCH] try fix test --- doc/tutorials/12-constant_pH/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/tutorials/12-constant_pH/CMakeLists.txt b/doc/tutorials/12-constant_pH/CMakeLists.txt index fd65e397967..e4fe6fe1f40 100644 --- a/doc/tutorials/12-constant_pH/CMakeLists.txt +++ b/doc/tutorials/12-constant_pH/CMakeLists.txt @@ -1,4 +1,5 @@ configure_file(12-constant_pH.ipynb ${CMAKE_CURRENT_BINARY_DIR}/12-constant_pH.ipynb COPYONLY) +configure_file(si_units.py ${CMAKE_CURRENT_BINARY_DIR}/si_units.py COPYONLY) add_custom_target(tutorials_12)