Skip to content

Commit

Permalink
update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
paskino committed May 13, 2024
1 parent 687a1de commit 90635a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SuperBuild/External_CCPi-Regularisation-Toolkit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ if(NOT ( DEFINED "USE_SYSTEM_${externalProjName}" AND "${USE_SYSTEM_${externalPr
-DPYTHON_DEST_DIR:PATH=${PYTHON_DEST}

BUILD_COMMAND ${CMAKE_COMMAND} -E env CIL_VERSION=${${proj}_TAG} ${CMAKE_COMMAND} --build .
INSTALL_COMMAND ${CMAKE_COMMAND} -E env CIL_VERSION=${${proj}_TAG} ${CMAKE_COMMAND} --build . --target install
INSTALL_COMMAND ${CMAKE_COMMAND} -E env CIL_VERSION=${${proj}_TAG} ${CMAKE_COMMAND} --build . --target install &&
${PYYHON_EXECUTABLE} -m pip install ${${proj}_SOURCE_DIR}/src/Python
#TEST_COMMAND ${PYTHON_EXECUTABLE} -m unittest discover -s ${${proj}_SOURCE_DIR}/test/ -p test*.py
DEPENDS
${${proj}_DEPENDENCIES}
Expand Down

0 comments on commit 90635a4

Please sign in to comment.