Skip to content

Commit

Permalink
CMake: Remove installation of removed transformations package
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Jun 11, 2024
1 parent 626b991 commit 7a04b9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,6 @@ if( NOT HAVE_NO_INSTALL )
execute_process( COMMAND ${Python3_EXECUTABLE} -m pip install ${PIP_OPTIONS} ${CMAKE_CURRENT_SOURCE_DIR}${_INSTALL_OPTIONS} )
message( STATUS "Install Loki in virtual environment - done" )

message( STATUS "Install Loki transformations in virtual environment" )
execute_process( COMMAND ${Python3_EXECUTABLE} -m pip install ${PIP_OPTIONS} ${CMAKE_CURRENT_SOURCE_DIR}/transformations )
message( STATUS "Install Loki transformations in virtual environment - done" )

message( STATUS "Install Loki lint_rules in virtual environment" )
execute_process( COMMAND ${Python3_EXECUTABLE} -m pip install ${PIP_OPTIONS} ${CMAKE_CURRENT_SOURCE_DIR}/lint_rules )
message( STATUS "Install Loki lint_rules in virtual environment - done" )
Expand Down

0 comments on commit 7a04b9c

Please sign in to comment.