Skip to content

Commit

Permalink
Prints in python/CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshmurthy committed Oct 10, 2023
1 parent 3fd6a3d commit 9a614fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/skupper_router_site.py.in

# Install script for public python modules

message(STATUS "Starting python install")
install(CODE "execute_process(COMMAND ${Python_EXECUTABLE} setup.py -v install --single-version-externally-managed --record=/dev/null --prefix=${CMAKE_INSTALL_PREFIX} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})")
message(STATUS "Ending python install")
#message(STATUS "Starting python install")
#install(CODE "execute_process(COMMAND ${Python_EXECUTABLE} setup.py -v install --single-version-externally-managed --record=/dev/null --prefix=${CMAKE_INSTALL_PREFIX} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})")
#message(STATUS "Ending python install")

install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/skupper_router/management/skrouter.json
Expand Down

0 comments on commit 9a614fd

Please sign in to comment.