Put back those dashes removed in the last commit

Whitespace selection apparently selects more than whitespace.
Thanks, Geany.
This commit is contained in:
Clownacy 2019-06-16 20:29:38 +00:00
parent 3f36bf52de
commit e9c42c6c30

View file

@ -270,9 +270,9 @@ ExternalProject_Add(bin2h
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)