/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: 2015-10-22 13:57:59 UTC
  • Revision ID: csa@suren.me-20151022135759-nqs5wowy38tvbw09
Documentation update

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
set(PCILIB_ABI_VERSION "2")
5
5
 
6
6
cmake_minimum_required(VERSION 2.6)
 
7
#set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH true)
 
8
#set(CMAKE_PREFIX_PATH ${CMAKE_SYSTEM_PREFIX_PATH})
7
9
 
8
10
set(DISABLE_PCITOOL FALSE CACHE BOOL "Build only the library") 
9
11