mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[CMAKE]
* Escape the source folder here. svn path=/trunk/; revision=57163
This commit is contained in:
@@ -19,7 +19,7 @@ set(REACTOS_SOURCE_DIR_NATIVE ${REACTOS_SOURCE_DIR})
|
||||
if(CMAKE_HOST_SYSTEM_NAME MATCHES Windows)
|
||||
string(REPLACE "/" "\\" REACTOS_SOURCE_DIR_NATIVE ${REACTOS_SOURCE_DIR})
|
||||
endif()
|
||||
add_compile_flags("-fdebug-prefix-map=${REACTOS_SOURCE_DIR_NATIVE}=ReactOS")
|
||||
add_compile_flags("-fdebug-prefix-map=\"${REACTOS_SOURCE_DIR_NATIVE}\"=ReactOS")
|
||||
|
||||
# Debugging
|
||||
if(SEPARATE_DBG)
|
||||
|
||||
Reference in New Issue
Block a user