shithub: cstory

Download patch

ref: e9c42c6c30626b03a6c72889075dc09c6ebc3863
parent: 3f36bf52deef1a1978c979894e7f583ab54d36ea
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Jun 16 16:29:38 EDT 2019

Put back those dashes removed in the last commit

Whitespace selection apparently selects more than whitespace.
Thanks, Geany.

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -270,9 +270,9 @@
 	DOWNLOAD_COMMAND ""
 	UPDATE_COMMAND ""
 	CMAKE_ARGS
-		DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-		DCMAKE_BUILD_TYPE=Release
-		DCMAKE_CONFIGURATION_TYPES=Release
+		-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
+		-DCMAKE_BUILD_TYPE=Release
+		-DCMAKE_CONFIGURATION_TYPES=Release
 )
 
 ExternalProject_Get_Property(bin2h INSTALL_DIR)