Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Fix path seperator problem on Windows of Gradle generateCMake task #1657

Merged
merged 1 commit into from
Jun 6, 2018

Conversation

cqjjjzr
Copy link
Contributor

@cqjjjzr cqjjjzr commented Jun 5, 2018

This fix changes the path seperator in the CMakeLists.txt generated by generateCMake task of Gradle plugin from '' to '/'.

Without this fix:

CMake Error at CMakeLists.txt:12 (konanc_executable):
  Syntax error in cmake code at

    C:/Users/cqjjj/source/repos/kotlin-libui/CMakeLists.txt:16

  when parsing string

    C:\Users\cqjjj\source\repos\kotlin-libui\build\konan\res\samples.res

  Invalid character escape '\U'.

Signed-off-by: Charlie Jiang <cqjjjzr@126.com>
@ilmat192 ilmat192 merged commit aa8ec8e into JetBrains:master Jun 6, 2018
SvyatoslavScherbina pushed a commit that referenced this pull request Jun 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants