Bug #950

NeL Xcode project using CMake

Added by rti about 8 years ago. Updated almost 8 years ago.

Status:Rejected Start date:05/30/2010
Priority:Low Due date:
Assignee:rti % Done:

0%

Category:Build
Target version:-

Description

Currently, a NeL Xcode project generated by CMake 2.8.1 fails to open with a parse error.

The reason is this line:

  # Works around warnings about escaped quotes in ADD_DEFINITIONS
  # statements
  cmake_policy(SET CMP0005 OLD)

Changing it to NEW (or even removing it completely) fixes the issue. No warnings from CMake, the project can be opened and NeL builds without any errors.
Is there any reason to keep it to OLD?

History

#1 Updated by rti almost 8 years ago

  • Status changed from New to Rejected
  • Assignee set to rti

works now :)

Also available in: Atom PDF