I followed the [getting started documentation](https://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20OSX&referringTitle=Documentation) to build Casablanca on Mac OS.
But when I run
> cmake ../Release -DCMAKE_BUILD_TYPE=Release
It turned out
> CMake Error: The source directory "/path/to/casablanca/Release" does not appear to contain CMakeLists.txt.
> Specify --help for usage, or press the help button on the CMake GUI.
I am new to cmake. After google it, I thought it should be presented so that I can use cmake to build casablanca.
How can I fix this ?
Comments: I tried to pull the development branch by running > git pull origin development and it is builded successfully. I think the "build on mac os" is still under development.
But when I run
> cmake ../Release -DCMAKE_BUILD_TYPE=Release
It turned out
> CMake Error: The source directory "/path/to/casablanca/Release" does not appear to contain CMakeLists.txt.
> Specify --help for usage, or press the help button on the CMake GUI.
I am new to cmake. After google it, I thought it should be presented so that I can use cmake to build casablanca.
How can I fix this ?
Comments: I tried to pull the development branch by running > git pull origin development and it is builded successfully. I think the "build on mac os" is still under development.