summaryrefslogtreecommitdiff
path: root/cmake/Modules/GRASTool.in.cmake
diff options
context:
space:
mode:
authorJosh Blum2013-07-30 21:42:42 -0700
committerJosh Blum2013-07-30 21:42:42 -0700
commit1f138be25bd634e18f855eca7b1329d6e333c8fa (patch)
tree53c630774d40f3fa63492dbfc34635acd22af7b8 /cmake/Modules/GRASTool.in.cmake
parent17d636eec0ee0da346173066dd4f400a64e96c44 (diff)
downloadsandhi-1f138be25bd634e18f855eca7b1329d6e333c8fa.tar.gz
sandhi-1f138be25bd634e18f855eca7b1329d6e333c8fa.tar.bz2
sandhi-1f138be25bd634e18f855eca7b1329d6e333c8fa.zip
gras: copied common defs into a new cmake file
Diffstat (limited to 'cmake/Modules/GRASTool.in.cmake')
-rw-r--r--cmake/Modules/GRASTool.in.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/Modules/GRASTool.in.cmake b/cmake/Modules/GRASTool.in.cmake
index 54c9695..1d6cb6e 100644
--- a/cmake/Modules/GRASTool.in.cmake
+++ b/cmake/Modules/GRASTool.in.cmake
@@ -3,6 +3,8 @@ if(DEFINED __INCLUDED_GRAS_TOOL_CMAKE)
endif()
set(__INCLUDED_GRAS_TOOL_CMAKE TRUE)
+include(GRASCommon)
+
########################################################################
## Define GRAS_TOOL_PATH_SEP for utility purposes
########################################################################