Browse Source

Fix CMake warning regarding quoted arguments in conditionals.

See CMP0054 for more information.
Joseph Davies 10 years ago
parent
commit
e43bf3b095
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -1,5 +1,6 @@
project(Plasma)
cmake_minimum_required(VERSION 2.8.11.2)
cmake_policy(SET CMP0054 NEW)
# Set up Product Identification parameters
set(PRODUCT_BRANCH_ID "1" CACHE STRING "Branch ID")

Loading…
Cancel
Save