X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=1a342b8f7e8f7bcda8280c28a852f2a811380b89;hp=bd0ac5cf0c5b5bca45e43b1891636d1eb3136ac6;hb=baef263a884ee4ff4d3dd15cd4d334fa9178b090;hpb=13fe60f537c78661f62386b3bec202cbb42364fe diff --git a/CMakeLists.txt b/CMakeLists.txt index bd0ac5c..1a342b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -534,7 +534,7 @@ install(FILES icons/pulseview.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons install(FILES icons/pulseview.svg DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/scalable/apps) # Generate Windows installer script. -configure_file(contrib/pulseview_cross.nsi.in contrib/pulseview_cross.nsi @ONLY) +configure_file(contrib/pulseview_cross.nsi.in ${CMAKE_CURRENT_BINARY_DIR}/contrib/pulseview_cross.nsi @ONLY) #=============================================================================== #= Packaging (handled by CPack)