mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
fixed some dependency calls with new layout
This commit is contained in:
parent
438407be74
commit
d48d740b78
22 changed files with 32 additions and 49 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue