diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-06-23 01:00:21 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-06-23 01:00:21 +0200 |
commit | a2d55e4bead65d211b1c84e3b2a2a55b70f852d8 (patch) | |
tree | 827b3668461390ed4954eca2ef4643a08f2be318 | |
parent | 7b785cf552b69163c8e3ccc2dd3e05176d88e18b (diff) | |
download | biboumi-a2d55e4bead65d211b1c84e3b2a2a55b70f852d8.tar.gz biboumi-a2d55e4bead65d211b1c84e3b2a2a55b70f852d8.tar.bz2 biboumi-a2d55e4bead65d211b1c84e3b2a2a55b70f852d8.tar.xz biboumi-a2d55e4bead65d211b1c84e3b2a2a55b70f852d8.zip |
Rename cmake target test->test_suite for cmake 3.0
See CMP0037
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d634b1..947e8fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -175,8 +175,8 @@ endif() ## Tests # -add_executable(test src/test.cpp) -target_link_libraries(test +add_executable(test_suite src/test.cpp) +target_link_libraries(test_suite xmpp irc bridge |