Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed Aug 26, 2015
1 parent 74e7290 commit 8ddf706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ target_link_libraries(fwknop-gui ${wxWidgets_LIBRARIES} ${LIBFKO_LIBRARIES} ${CU
if(IS_LINUX)
install(FILES help.html DESTINATION share/fwknop-gui)
install(TARGETS fwknop-gui DESTINATION bin)
install(PROGRAMS fwknop-gui.desktop DESTINATION applications)
install(FILES fwknop-gui.png DESTINATION pixmaps)
install(PROGRAMS fwknop-gui.desktop DESTINATION share/applications)
install(FILES fwknop-gui.png DESTINATION share/pixmaps)
endif()
if(IS_WIN32)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static-libgcc -static-libstdc++ -static")
Expand Down

0 comments on commit 8ddf706

Please sign in to comment.