Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeVerney committed Jul 29, 2024
1 parent 0fe8e44 commit 3340d5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -365,11 +365,6 @@ if (WITH_PYTHON_WRAPPING)
DIRECTORIES ${openSslBinPath}
RUNTIME DESTINATION ${CMAKE_SOURCE_DIR}/python/fetpapi/
)
ELSE ()
install(
TARGETS ${PROJECT_NAME}
LIBRARY DESTINATION ${CMAKE_SOURCE_DIR}/python/fetpapi/
)
ENDIF (WIN32)
install(CODE "execute_process(COMMAND ${Python3_EXECUTABLE} ${CMAKE_SOURCE_DIR}/python/setup.py bdist_wheel
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/python)")
Expand Down

0 comments on commit 3340d5f

Please sign in to comment.