Skip to content

Commit

Permalink
Fix build in non-developper
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Nov 23, 2020
1 parent 6f0b470 commit 0c62606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ add_custom_target(
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${PYTHON_SOURCE_FILES} "${CMAKE_CURRENT_BINARY_DIR}/src/ecole"
COMMENT "Copying Python files"
)
add_dependencies(ecole-python ecole-python-files)

if(ENABLE_PYTHON_VENV)
add_custom_command(
Expand Down

0 comments on commit 0c62606

Please sign in to comment.