Fix build on FreeBSD (cmake file typo)
authorUffe Jakobsen <uffe@uffe.org>
Mon, 22 Oct 2012 10:03:22 +0000 (12:03 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 22 Oct 2012 10:03:22 +0000 (12:03 +0200)
examples/CMakeLists.txt

index 6793d89..1263c62 100644 (file)
@@ -2,7 +2,7 @@ option(EXAMPLES "Build example programs" ON)
 
 if (EXAMPLES)
     # Includes
-    include( ${CMAKE_CURRENT_SOURCE_DIR}
+    include_directories( ${CMAKE_CURRENT_SOURCE_DIR}
             ${CMAKE_CURRENT_BINARY_DIR}
             )