[Fix] rights in CMakeLists.txt for reconfiguration when executable is there
Compare changes
@@ -35,9 +35,9 @@ if(NOT EXISTS ${OUTPUT_FILE})
Fixes issue #59
Solution: add OWNER_READ rights to executable Test: Tested under linux (won't affect windows) → working!