From: Gerhard Sittig Date: Thu, 10 Jan 2019 19:30:24 +0000 (+0100) Subject: CMakeLists.txt: create NSIS file in binary directory not source X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=baef263a884ee4ff4d3dd15cd4d334fa9178b090;hp=baef263a884ee4ff4d3dd15cd4d334fa9178b090;p=pulseview.git CMakeLists.txt: create NSIS file in binary directory not source The sigrok-util scripts (mingw and msys2) expect the pulseview_cross.nsi file in the build directory, and it's good tradition to not write into the source directory during build. Adjust the configure_file() call. ---