I am new to FreeCAD. I want to compile FreeCAD 0.18 with VS2013 following this page: https://www.freecadweb.org/wiki/Compile ... ith_VS2013
In the Configuring and Generating with Cmake part, when I click Configure, there is a error message
"CMake Error at src/Base/CMakeLists.txt:183 (fc_wrap_cpp):
Unknown CMake command "fc_wrap_cpp"."
I am using WIN10 64bit and these source:
FreeCAD 0.18
https://github.com/FreeCAD/FreeCAD/releases
Libpack FreeCADLibs_11.11_x86_VC12.7z
https://github.com/FreeCAD/FreeCAD-port ... /tag/v0.18
How can I fix it?