pthom / imgui_manual

https://pthom.github.io/imgui_manual_online - an interactive manual for ImGui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error - cmake file command

h1z1 opened this issue · comments

commented

Curious what version this was introduced in cmake?

file(CREATE_LINK ${CMAKE_BINARY_DIR}/src/assets ${CMAKE_CURRENT_BINARY_DIR}/assets SYMBOLIC)

Results in a build error

CMake` Error at src/make_example_apps/CMakeLists.txt:4 (file):
  file does not recognize sub-command CREATE_LINK

That appears to be something completely different according to cmake v3 (doesn't exist at all for file)

Hi, thanks for letting me know. This was introduced in cmake 3.14. I just added this commit which requires version 3.14, as well as some corrections for windows compil.