From 7dcdf849a44f9ee35dd9519ea410da77f4be13fc Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Tue, 13 Jul 2010 16:33:51 +0000 Subject: [PATCH] All tools: using the new Goodies macro. Suppress loops in Hurricane libraries. --- vlsisapd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlsisapd/CMakeLists.txt b/vlsisapd/CMakeLists.txt index 324e4857..811211f2 100644 --- a/vlsisapd/CMakeLists.txt +++ b/vlsisapd/CMakeLists.txt @@ -24,7 +24,7 @@ LIST(INSERT CMAKE_MODULE_PATH 0 "${VLSISAPD_SOURCE_DIR}/cmake_modules") find_package(Goodies REQUIRED) -SetupBoost(program_options filesystem python) +SETUP_BOOST(program_options filesystem python) FIND_PACKAGE(LibXml2 REQUIRED) FIND_PACKAGE(PythonLibs REQUIRED)