Minor fixed to CMake (fixed include directory for rlog)
authorDmitriy Morozov <morozov@cs.duke.edu>
Tue, 18 Sep 2007 05:45:19 -0400
changeset 36 fd55f095302f
parent 35 a09d42924ece
child 37 addeb7563cb2
Minor fixed to CMake (fixed include directory for rlog)
CMakeLists.txt
--- a/CMakeLists.txt	Tue Sep 18 05:45:04 2007 -0400
+++ b/CMakeLists.txt	Tue Sep 18 05:45:19 2007 -0400
@@ -60,7 +60,7 @@
 if 							(logging)
 	find_library			(rlog_LIBRARY				NAMES rlog)
 	find_path				(rlog_INCLUDE_DIR			rlog/rlog.h)
-	set						(rlog_INCLUDE_DIR			${rlog_INCLUDE_DIR}/rlog)
+	set						(rlog_INCLUDE_DIR			${rlog_INCLUDE_DIR})
 	add_definitions			(-DLOGGING -DRLOG_COMPONENT=dionysus)
 	set						(libraries					${libraries} ${rlog_LIBRARY})
 endif						(logging)