|
From: <he...@us...> - 2010-12-19 19:19:05
|
Revision: 241
http://simspark.svn.sourceforge.net/simspark/?rev=241&view=rev
Author: hedayat
Date: 2010-12-19 19:18:59 +0000 (Sun, 19 Dec 2010)
Log Message:
-----------
Added boost's date_time library to the list of required libraries
Modified Paths:
--------------
trunk/spark/CMakeLists.txt
trunk/spark/ChangeLog
Modified: trunk/spark/CMakeLists.txt
===================================================================
--- trunk/spark/CMakeLists.txt 2010-12-17 00:24:51 UTC (rev 240)
+++ trunk/spark/CMakeLists.txt 2010-12-19 19:18:59 UTC (rev 241)
@@ -41,7 +41,7 @@
find_package(Ruby REQUIRED)
find_package(Freetype REQUIRED)
find_package(DevIL REQUIRED)
-find_package(Boost REQUIRED thread COMPONENTS regex)
+find_package(Boost REQUIRED thread COMPONENTS regex date_time)
find_package(wxWidgets COMPONENTS gl base core)
find_package(ODE REQUIRED)
find_package(OpenGL REQUIRED)
Modified: trunk/spark/ChangeLog
===================================================================
--- trunk/spark/ChangeLog 2010-12-17 00:24:51 UTC (rev 240)
+++ trunk/spark/ChangeLog 2010-12-19 19:18:59 UTC (rev 241)
@@ -24,6 +24,11 @@
* test/scenetest/main.cpp
- be able to render camera image on and off screen
+2010-12-14 Hedayat Vatankhah <hed...@gm...>
+
+ * CMakeLists.txt:
+ - added boost date_time library to the required libs
+
2010-12-14 Yuan Xu <xu...@in...>
* plugin/imageperceptor
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|