Revision: 42310
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42310&view=rev
Author:   starseeker
Date:     2011-01-16 04:42:15 +0000 (Sun, 16 Jan 2011)

Log Message:
-----------
For now we need Curses in the CMake build, but that needs to be fixed.

Modified Paths:
--------------
    brlcad/branches/cmake/CMakeLists.txt

Modified: brlcad/branches/cmake/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/CMakeLists.txt        2011-01-16 01:40:45 UTC (rev 
42309)
+++ brlcad/branches/cmake/CMakeLists.txt        2011-01-16 04:42:15 UTC (rev 
42310)
@@ -713,6 +713,10 @@
 BRLCAD_CHECK_LIBRARY(TERMLIB tinfo tputs)
 BRLCAD_CHECK_LIBRARY(TERMLIB ccurses tputs)
 
+# Should not need this, once we use the above results and
+# a compile test properly - Curses is overkill
+find_package(Curses)
+
 # m library is not needed on Windows
 IF(NOT WIN32)
        BRLCAD_CHECK_LIBRARY(M m cos)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to