Skip to content

Commit

Permalink
fix install path with GNUInstallDir support
Browse files Browse the repository at this point in the history
  • Loading branch information
cdluminate committed May 30, 2016
1 parent 90b98ce commit 581650b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/CMakeLists.txt
Expand Up @@ -25,5 +25,6 @@ foreach(source ${srcs})
endif()

# Install
install(TARGETS ${name} DESTINATION bin)
install(TARGETS ${name} DESTINATION ${CMAKE_INSTALL_BINDIR})

endforeach(source)

0 comments on commit 581650b

Please sign in to comment.