diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-05 12:47:52 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-05 12:47:52 -0500 |
commit | b279da79d17ab8cd1bb011c5e6c0305c2a506462 (patch) | |
tree | 78be1a7fc1e30bc128c935a25e59c969b40f61e6 /CMakeLists.txt | |
parent | 4d0abd6a59ebf10060f5d0c4c39ea9b5debc43ad (diff) |
build: adding GR_CTRLPORT definition to config.h
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 28738cf13b..cc507d85ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,10 @@ IF(NOT DEFINED BOOST_ROOT) SET(BOOST_ROOT ${CMAKE_INSTALL_PREFIX}) ENDIF() +if(ENABLE_GR_CTRLPORT) + set(GR_CTRLPORT True) +endif(ENABLE_GR_CTRLPORT) + ######################################################################## # Import executables from a native build (for cross compiling) # http://www.vtk.org/Wiki/CMake_Cross_Compiling#Using_executables_in_the_build_created_during_the_build |