diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-10-31 13:47:36 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-10-31 13:58:04 +0100 |
commit | 5d60302bf6852c0059856fa90c2ed775f74b8125 (patch) | |
tree | 2c99a099a6393dca8cecef0c575b3dad37515595 /plugins/CMakeLists.txt | |
parent | d4e6d350305d17ef112417619a1a4e7afe2c60ca (diff) | |
download | uca-5d60302bf6852c0059856fa90c2ed775f74b8125.tar.gz uca-5d60302bf6852c0059856fa90c2ed775f74b8125.tar.bz2 uca-5d60302bf6852c0059856fa90c2ed775f74b8125.tar.xz uca-5d60302bf6852c0059856fa90c2ed775f74b8125.zip |
Fix config path
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r-- | plugins/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 77ef837..d606b23 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,4 +1,4 @@ -set(UCA_CONFIGDIR "${CMAKE_CURRENT_BINARY_DIR}../src") +set(UCA_CONFIGDIR "${CMAKE_CURRENT_BINARY_DIR}/../src") add_subdirectory(mock) add_subdirectory(pf) |