Skip to content

Commit

Permalink
fixing? install command
Browse files Browse the repository at this point in the history
  • Loading branch information
eteran committed Dec 14, 2017
1 parent 228ec73 commit af91309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ set_target_properties(nc-ng
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}"
)

install (TARGETS nc-ng RUNTIME DESTINATION bin)
install (TARGETS nc-ng DESTINATION bin)
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@ set_target_properties(nedit-ng
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}"
)

install (TARGETS nedit-ng RUNTIME DESTINATION bin)
install (TARGETS nedit-ng DESTINATION bin)

0 comments on commit af91309

Please sign in to comment.