Skip to content

Commit 0c62606

Browse files
committed
Fix build in non-developper
1 parent 6f0b470 commit 0c62606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ add_custom_target(
9090
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${PYTHON_SOURCE_FILES} "${CMAKE_CURRENT_BINARY_DIR}/src/ecole"
9191
COMMENT "Copying Python files"
9292
)
93+
add_dependencies(ecole-python ecole-python-files)
9394

9495
if(ENABLE_PYTHON_VENV)
9596
add_custom_command(

0 commit comments

Comments
 (0)