From 88f95f4fb3fa81fdbca159b56546cefacb8e54bd Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Fri, 15 Nov 2013 09:37:34 -0600 Subject: [PATCH] use NITRO_LIBRARIES instead of individuals --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d15d9c7969..00c402b908 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -403,8 +403,7 @@ if(WITH_NITRO) message(STATUS "...building with Nitro") else() set(WITH_NITRO FALSE) - set(NITRO_CPP_LIBRARY "") - set(NITRO_C_LIBRARY "") + set(NITRO_LIBRARIES "") endif() endif()