]> git.mxchange.org Git - flightgear.git/blobdiff - utils/GPSsmooth/CMakeLists.txt
Use CMAKE_INSTALL_BINDIR
[flightgear.git] / utils / GPSsmooth / CMakeLists.txt
index a76c9521d501dc0740cc2eb1192b1de383dd55b7..82bb89abf246a8214491f09d95eacc6aed0179ae 100644 (file)
@@ -38,4 +38,4 @@ target_link_libraries(UGsmooth
     ${ZLIB_LIBRARY}
 )
 
-install(TARGETS GPSsmooth MIDGsmooth UGsmooth RUNTIME DESTINATION bin)
+install(TARGETS GPSsmooth MIDGsmooth UGsmooth RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})