summaryrefslogtreecommitdiff
path: root/testing/cmake/DHT_test.cmake
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2013-07-17 18:28:53 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2013-07-17 18:29:26 -0400
commit6939a48226ec9cf2ab5d0a46e583831c195f2b7e (patch)
tree70d78f8dd681f32fdbf10a5f03fed9a898fca368 /testing/cmake/DHT_test.cmake
parente9f0059a15bcc73e5b0cfb506bf3cebe693e75d0 (diff)
Apply compiler flags only once
Diffstat (limited to 'testing/cmake/DHT_test.cmake')
-rw-r--r--testing/cmake/DHT_test.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/cmake/DHT_test.cmake b/testing/cmake/DHT_test.cmake
index e5c18c03..bcde4370 100644
--- a/testing/cmake/DHT_test.cmake
+++ b/testing/cmake/DHT_test.cmake
@@ -7,4 +7,3 @@ add_executable(${exe_name}
7 DHT_test.c) 7 DHT_test.c)
8 8
9linkCoreLibraries(${exe_name}) 9linkCoreLibraries(${exe_name})
10addCompilerFlags()