From e9c42c6c30626b03a6c72889075dc09c6ebc3863 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sun, 16 Jun 2019 20:29:38 +0000 Subject: [PATCH] Put back those dashes removed in the last commit Whitespace selection apparently selects more than whitespace. Thanks, Geany. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51d658a7..97fd9e83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -270,9 +270,9 @@ ExternalProject_Add(bin2h DOWNLOAD_COMMAND "" UPDATE_COMMAND "" CMAKE_ARGS - DCMAKE_INSTALL_PREFIX= - DCMAKE_BUILD_TYPE=Release - DCMAKE_CONFIGURATION_TYPES=Release + -DCMAKE_INSTALL_PREFIX= + -DCMAKE_BUILD_TYPE=Release + -DCMAKE_CONFIGURATION_TYPES=Release ) ExternalProject_Get_Property(bin2h INSTALL_DIR)