From: vsr Date: Thu, 11 Oct 2012 05:46:44 +0000 (+0000) Subject: Fix compilation problem with CMake X-Git-Tag: V6_6_0a1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e1227243d0f5f193214058a50d1330b8be34c3b9;p=modules%2Fgui.git Fix compilation problem with CMake --- diff --git a/src/SalomeApp/Test/CMakeLists.txt b/src/SalomeApp/Test/CMakeLists.txt index 886ff3836..a4777c43a 100755 --- a/src/SalomeApp/Test/CMakeLists.txt +++ b/src/SalomeApp/Test/CMakeLists.txt @@ -22,7 +22,7 @@ INCLUDE_DIRECTORIES( ${KERNEL_ROOT_DIR}/include/salome ) -SET(COMMON_LIBS "${CPPUNIT_LIBS} ${PLATFORM_LIBS}") +SET(COMMON_LIBS ${CPPUNIT_LIBS} ${PLATFORM_LIBS}) SET(COMMON_FLAGS "${CPPUNIT_DEFINITIONS} ${PLATFORM_DEFINITIONS}") ADD_LIBRARY(SalomeAppTest SHARED SalomeAppTest.cxx)