|
From: <got...@us...> - 2008-12-25 16:50:56
|
Revision: 137
http://scstudio.svn.sourceforge.net/scstudio/?rev=137&view=rev
Author: gotthardp
Date: 2008-12-25 16:50:53 +0000 (Thu, 25 Dec 2008)
Log Message:
-----------
Tiny little bug fix for the previous commit.
Modified Paths:
--------------
trunk/CMakeLists.txt
trunk/src/data/CMakeLists.txt
Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt 2008-12-25 15:59:43 UTC (rev 136)
+++ trunk/CMakeLists.txt 2008-12-25 16:50:53 UTC (rev 137)
@@ -8,8 +8,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
INCLUDE(${CMAKE_ROOT}/Modules/Dart.cmake)
-FIND_PACKAGE(Boost 1.31
- COMPONENTS shared_ptr intrusive_ptr)
+FIND_PACKAGE(Boost REQUIRED)
INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIR})
INCLUDE_DIRECTORIES(src)
Modified: trunk/src/data/CMakeLists.txt
===================================================================
--- trunk/src/data/CMakeLists.txt 2008-12-25 15:59:43 UTC (rev 136)
+++ trunk/src/data/CMakeLists.txt 2008-12-25 16:50:53 UTC (rev 137)
@@ -1,5 +1,4 @@
ADD_LIBRARY(scmsc SHARED
- counted_ptr.h
msc.cpp
msc.h
msc_visual.h
@@ -18,7 +17,6 @@
)
INSTALL(FILES
- counted_ptr.h
msc.h
msc_visual.h
export.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|