Build: Formatting tweak

(It is our convention to use lowercase for CMake macro/function names)
This commit is contained in:
DRC
2016-12-07 10:40:28 -06:00
parent 2af2fe42a3
commit e6426d2420

View File

@@ -92,7 +92,7 @@ else()
set(INST_DEFS ${INST_DEFS} "-DBUILDDIR=")
endif()
STRING(REGEX REPLACE "/" "\\\\" INST_DIR ${CMAKE_INSTALL_PREFIX})
string(REGEX REPLACE "/" "\\\\" INST_DIR ${CMAKE_INSTALL_PREFIX})
configure_file(release/installer.nsi.in installer.nsi @ONLY)