Skip to content

Commit

Permalink
Revert "Add <install> flag for CMakeList.txt, allows running'su -c ma…
Browse files Browse the repository at this point in the history
…ke install' after 'make' so 'gpr_tools' executable is available system-wide."

This reverts commit 5ea9e26.
  • Loading branch information
KonradIT committed Dec 23, 2018
1 parent 5ea9e26 commit 0c2921c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/app/gpr_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ endif(EXISTS "${CMAKE_SOURCE_DIR}/source/lib/tiny_jpeg")
# add executable
add_executable( ${EXE_NAME} ${GPRTOOLS_SRC_FILES} ${GPRTOOLS_INC_FILES} )

install(TARGETS gpr_tools
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib/static)

# Linked libraries
target_link_libraries( ${EXE_NAME} gpr_sdk )

Expand Down

0 comments on commit 0c2921c

Please sign in to comment.