mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[cmake]
fix for unix/linux svn path=/trunk/; revision=55952
This commit is contained in:
parent
e5df8b4d9d
commit
4beba5d550
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ add_compile_flags("-pipe -fms-extensions")
|
|||
#bug
|
||||
#file(TO_NATIVE_PATH ${REACTOS_SOURCE_DIR} REACTOS_SOURCE_DIR_NATIVE)
|
||||
#workaround
|
||||
set(REACTOS_SOURCE_DIR_NATIVE ${REACTOS_SOURCE_DIR})
|
||||
if (WIN32)
|
||||
STRING(REPLACE "/" "\\" REACTOS_SOURCE_DIR_NATIVE ${REACTOS_SOURCE_DIR})
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue