From ec3b5d2aac41b6750e047394c2b1598e68e316b0 Mon Sep 17 00:00:00 2001 From: PBerger Date: Wed, 20 Jul 2016 22:35:34 +0200 Subject: [PATCH] Removed useless piece of code. Former-commit-id: 8012cd58dea6b6c78e612c2a1d33731c21aca509 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6e0e467f..50b0e1500 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -375,7 +375,6 @@ find_package(CLN QUIET) if(CLN_FOUND) set(STORM_HAVE_CLN ON) - add_definitions(-DUSE_CLN_NUMBERS) message(STATUS "StoRM - Linking with CLN ${CLN_VERSION_STRING}") include_directories("${CLN_INCLUDE_DIR}") list(APPEND STORM_LINK_LIBRARIES ${CLN_LIBRARIES})