diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-12 15:43:09 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-12 15:43:09 +0200 |
commit | 8cb6d9d0a5aa617d0d9922ea26f0c98df27b5f1e (patch) | |
tree | 1af81cf5ba2774ada1feda0704f3354e0cffee08 | |
parent | f49b67b915dab844239068376478f10bf7ecf71b (diff) |
cmake: fix no-op
-rw-r--r-- | csv/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/csv/CMakeLists.txt b/csv/CMakeLists.txt index 82595688..177db52e 100644 --- a/csv/CMakeLists.txt +++ b/csv/CMakeLists.txt @@ -1,2 +1 @@ otr_module(csv) -target_link_libraries(opentrack-csv opentrack-api) |