We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142eb22 commit 2cecc1eCopy full SHA for 2cecc1e
source/scripts/python/frontend/CMakeLists.txt
@@ -29,6 +29,7 @@ set(target python-frontend-migrate)
29
30
add_custom_target(${target} ALL
31
COMMAND ${CMAKE_COMMAND} -E env PYTHONPATH="${CMAKE_CURRENT_BINARY_DIR};$ENV{PYTHONPATH}" ${PYTHON_EXECUTABLE} ${LOADER_SCRIPT_PATH}/manage.py migrate
32
+ DEPENDS python-frontend
33
)
34
35
set_target_properties(${target}
0 commit comments