From 73b7381e5a95a5835509d9daa9153590d134c575 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 2 Jun 2021 10:08:09 +0100 Subject: [PATCH] quote prefix map --- cmake/EthCompilerSettings.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/EthCompilerSettings.cmake b/cmake/EthCompilerSettings.cmake index 935097978..76840ecc5 100644 --- a/cmake/EthCompilerSettings.cmake +++ b/cmake/EthCompilerSettings.cmake @@ -47,7 +47,7 @@ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") OR ("${CMAKE_CXX_COMPILER_ID}" MA -Wpessimizing-move -Wredundant-move # Prevent the path of the source directory from ending up in the binary via __FILE__ macros. - -fmacro-prefix-map=${CMAKE_SOURCE_DIR}=/solidity + -fmacro-prefix-map="${CMAKE_SOURCE_DIR}=/solidity" ) # Configuration-specific compiler settings.