~larryprice/libertine/snapcraft-remove-empty-plugs

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Larry Price
  • Date: 2016-11-28 21:43:33 UTC
  • mfrom: (302.2.35 devel)
  • Revision ID: larry.price@canonical.com-20161128214333-oyqugu5na2yuirtc
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
cmake_policy(SET CMP0048 NEW)
3
3
 
4
4
project(libertine
5
 
        VERSION 1.4.1)
 
5
        VERSION 1.4.3)
6
6
 
7
7
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}")
8
8