CMakeLists.txt: create NSIS file in binary directory not source
authorGerhard Sittig <gerhard.sittig@gmx.net>
Thu, 10 Jan 2019 19:30:24 +0000 (20:30 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Mon, 11 Feb 2019 13:11:32 +0000 (14:11 +0100)
commitbaef263a884ee4ff4d3dd15cd4d334fa9178b090
treee0f9e9adbefb9fd6af42ef9d69f10e5732b5753f
parent13fe60f537c78661f62386b3bec202cbb42364fe
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.
CMakeLists.txt