summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-06-23 01:00:21 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-06-23 01:00:21 +0200
commita2d55e4bead65d211b1c84e3b2a2a55b70f852d8 (patch)
tree827b3668461390ed4954eca2ef4643a08f2be318
parent7b785cf552b69163c8e3ccc2dd3e05176d88e18b (diff)
downloadbiboumi-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.txt4
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