fixed some dependency calls with new layout

This commit is contained in:
Paul M. Sutter 2024-06-04 08:57:09 +02:00
parent 438407be74
commit d48d740b78
22 changed files with 32 additions and 49 deletions

View file

@ -81,7 +81,7 @@ ELSE()
ENDIF()
SET(PYTHONPATH ${PYTHON_LOCAL_SITE_PACKAGE})
configure_exec(${CMAKE_SOURCE_DIR}/python_source/pipeline/vide_prepare_simulation
configure_exec(${CMAKE_SOURCE_DIR}/python_source/vide_pipeline/vide_prepare_simulation.py
${CMAKE_BINARY_DIR}/pipeline vide_prepare_simulation)
#configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/applyMaskToMock.in.py
#${CMAKE_BINARY_DIR}/pipeline applyMaskToMock.py)
@ -96,7 +96,7 @@ if (INSTALL_CTOOLS_IN_PYTHON)
else()
SET(VIDE_BIN ${CMAKE_INSTALL_PREFIX}/bin)
endif()
message(STATUS "Vide binary directory: ${VIDE_BIN}")
message(STATUS "VIDE binary directory: ${VIDE_BIN}")
#add_custom_target(python_pipeline ALL
# COMMAND ${python_build_environment} ${CMAKE_SOURCE_DIR}/external/python_build.cmake