summaryrefslogtreecommitdiffstats
path: root/OpenPGMConfig.cmake
diff options
context:
space:
mode:
authorSebastien Braun2010-07-15 01:12:17 +0200
committerSebastien Braun2010-07-15 01:12:17 +0200
commit94b88e75b9ebeaf9abb2adef130fdf971884e7b4 (patch)
treecc0bb545880b0d159267290d7aa5c63693905dcb /OpenPGMConfig.cmake
parentChange to shorter NAK intervals for performance. (diff)
downloadpvs-94b88e75b9ebeaf9abb2adef130fdf971884e7b4.tar.gz
pvs-94b88e75b9ebeaf9abb2adef130fdf971884e7b4.tar.xz
pvs-94b88e75b9ebeaf9abb2adef130fdf971884e7b4.zip
* Upgrade OpenPGM to current trunk
* Implement wait-for-shutdown for McastPGMSocket * Work around bug in UDP encapsulation
Diffstat (limited to 'OpenPGMConfig.cmake')
-rw-r--r--OpenPGMConfig.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenPGMConfig.cmake b/OpenPGMConfig.cmake
index 074e65b..2729590 100644
--- a/OpenPGMConfig.cmake
+++ b/OpenPGMConfig.cmake
@@ -1,3 +1,8 @@
+# Set up build
+SET(pgm_VERSION
+ svn-r1085
+)
+
INCLUDE(${CMAKE_ROOT}/Modules/FindPkgConfig.cmake)
PKG_CHECK_MODULES(GLIB glib-2.0>=2.10)
@@ -51,3 +56,8 @@ IF(NOT _SYSTEM_SPECIFICS_SET)
MESSAGE(FATAL_ERROR "Can only build libpgm on Unix with gcc.")
ENDIF(NOT _SYSTEM_SPECIFICS_SET)
+INCLUDE_DIRECTORIES(
+ ${CMAKE_SOURCE_DIR}/3rdparty/openpgm-${pgm_VERSION}/pgm/include
+ ${GLIB_INCLUDES_DIR}
+)
+