Skip to content

Commit 2cecc1e

Browse files
committed
Add dependency to python frontend script.
1 parent 142eb22 commit 2cecc1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/scripts/python/frontend/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ set(target python-frontend-migrate)
2929

3030
add_custom_target(${target} ALL
3131
COMMAND ${CMAKE_COMMAND} -E env PYTHONPATH="${CMAKE_CURRENT_BINARY_DIR};$ENV{PYTHONPATH}" ${PYTHON_EXECUTABLE} ${LOADER_SCRIPT_PATH}/manage.py migrate
32+
DEPENDS python-frontend
3233
)
3334

3435
set_target_properties(${target}

0 commit comments

Comments
 (0)