/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2016-08-25 04:14:16 UTC
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: csa@suren.me-20160825041416-7rm7lhorcqmbp59p
Fix ABI version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project(pcitool C)
2
2
 
3
 
set(RELEASE "3")
 
3
set(RELEASE "0")
4
4
set(PCILIB_VERSION "0.2.8")
5
 
set(PCILIB_ABI_VERSION "0")
 
5
set(PCILIB_ABI_VERSION "2")
6
6
 
7
7
cmake_minimum_required(VERSION 2.8)
8
8
#set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH true)