From 1dabea71da61a7f85b13013bc58bc1ba958e9b06 Mon Sep 17 00:00:00 2001 From: Alain Portal Date: Thu, 26 Jan 2012 16:45:23 -0500 Subject: [PATCH] Fix build issues on RedHat based systems when using shared libraries. --- pcb_calculator/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcb_calculator/CMakeLists.txt b/pcb_calculator/CMakeLists.txt index 0b21552259..100c0be875 100644 --- a/pcb_calculator/CMakeLists.txt +++ b/pcb_calculator/CMakeLists.txt @@ -67,7 +67,7 @@ if(APPLE) endif(APPLE) target_link_libraries( pcb_calculator - common polygon bitmaps + common polygon bitmaps kbool ${wxWidgets_LIBRARIES} )