Put back those dashes removed in the last commit
Whitespace selection apparently selects more than whitespace. Thanks, Geany.
This commit is contained in:
parent
3f36bf52de
commit
e9c42c6c30
1 changed files with 3 additions and 3 deletions
|
@ -270,9 +270,9 @@ ExternalProject_Add(bin2h
|
||||||
DOWNLOAD_COMMAND ""
|
DOWNLOAD_COMMAND ""
|
||||||
UPDATE_COMMAND ""
|
UPDATE_COMMAND ""
|
||||||
CMAKE_ARGS
|
CMAKE_ARGS
|
||||||
DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
|
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
|
||||||
DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
DCMAKE_CONFIGURATION_TYPES=Release
|
-DCMAKE_CONFIGURATION_TYPES=Release
|
||||||
)
|
)
|
||||||
|
|
||||||
ExternalProject_Get_Property(bin2h INSTALL_DIR)
|
ExternalProject_Get_Property(bin2h INSTALL_DIR)
|
||||||
|
|
Loading…
Add table
Reference in a new issue