diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2012-10-01 09:08:52 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-01 09:14:43 +0200 |
commit | b8d34c22c479bd5def2744eae3a9380d3ff843c2 (patch) | |
tree | b1d5eaf327f4fe0a2a58851c0a5abfa5e3cc74c6 /plugins/pco | |
parent | b781c67a6bb80823c629dbc2824672c338f029cb (diff) | |
download | libuca-b8d34c22c479bd5def2744eae3a9380d3ff843c2.tar.gz libuca-b8d34c22c479bd5def2744eae3a9380d3ff843c2.tar.bz2 libuca-b8d34c22c479bd5def2744eae3a9380d3ff843c2.tar.xz libuca-b8d34c22c479bd5def2744eae3a9380d3ff843c2.zip |
Define plugins as C projects
Otherwise CMake complains about non-existent C++ compilers, which are
not needed here anyway.
Diffstat (limited to 'plugins/pco')
-rw-r--r-- | plugins/pco/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pco/CMakeLists.txt b/plugins/pco/CMakeLists.txt index 7c016b9..a526f4d 100644 --- a/plugins/pco/CMakeLists.txt +++ b/plugins/pco/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 2.8) -project(ucapco) +project(ucapco C) find_package(PCO) find_package(FgLib5) |