cmake error

Issue #205 invalid
Former user created an issue

My name is Will Clinger. I've installed sagittarius before, but I almost always encounter cmake errors such as this one. I usually give up, but I am occasionally able to stumble onto a fix, sometimes with help from ktakashi.

I'm getting the following error when I try to build 0.7.11. Upgrading to cmake 3.7.2 greatly increased the number of errors, so I reverted to cmake 2.8.12.2 as installed by apt-get. Adding a line to CMakeLists.txt that says cmake_minimum_required(VERSION 2.8) or 2.8.2 or 2.8.4 didn't help, other than to suppress the warning that suggests I add that line. I'm running Ubuntu 14.04.

/tmp/sagittarius-0.7.11/src$ cmake --version cmake version 2.8.12.2

/tmp/sagittarius-0.7.11/src$ cmake . -- operating system: Linux CMake Error at CMakeLists.txt:115 (IF): if given arguments:

"STREQUAL" "sunos"

Unknown arguments specified

-- Configuring incomplete, errors occurred! See also "/tmp/sagittarius-0.7.11/src/CMakeFiles/CMakeOutput.log".

Comments (1)

  1. Log in to comment