From 76c94f6c67b216dc6759d87c0d6914211b27fa14 Mon Sep 17 00:00:00 2001 From: hristov Date: Mon, 20 Oct 2008 08:58:03 +0000 Subject: [PATCH] Propagate the definitions needed to compile CERNLIB files (CMake) --- MICROCERN/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MICROCERN/CMakeLists.txt b/MICROCERN/CMakeLists.txt index b2ee4393142..49ac1e399dd 100644 --- a/MICROCERN/CMakeLists.txt +++ b/MICROCERN/CMakeLists.txt @@ -17,6 +17,8 @@ ${ROOT_LIBRARY_DIR} link_directories( ${LINK_DIRECTORIES}) +ADD_DEFINITIONS( ${CLIBDEFS} ) + SetModule() include(CMake_libMICROCERN.txt) -- 2.43.0