[CMake] Problem with CMake 3.3.0-rc3

2015-07-02 Thread Clifford Yapp
When running the BRL-CAD configure process with the latest CMake release candidate, the first configure pass completes successfully. The second pass fails almost immediately with the error: CMake Error at CMakeLists.txt:120 (configure_file): Unknown CMake command "configure_file". Configuring inc

Re: [CMake] CMake fails on linking.

2015-07-02 Thread Gonzalo Garramuno
On 02/07/15 10:49, Owen Alanzo Hogarth wrote: Hi guys I wrote up this post on stackoverflow can I get some help sorting out why this project isn't linking properly? https://stackoverflow.com/questions/31186399/cmake-linking-errors Best You are missing the link libraries (OpenGL and SDL).

[CMake] CMake fails on linking.

2015-07-02 Thread Owen Alanzo Hogarth
Hi guys I wrote up this post on stackoverflow can I get some help sorting out why this project isn't linking properly? https://stackoverflow.com/questions/31186399/cmake-linking-errors Best -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cma