diff options
author | Josh Blum | 2013-07-30 21:42:42 -0700 |
---|---|---|
committer | Josh Blum | 2013-07-30 21:42:42 -0700 |
commit | 1f138be25bd634e18f855eca7b1329d6e333c8fa (patch) | |
tree | 53c630774d40f3fa63492dbfc34635acd22af7b8 /cmake/Modules/GRASTool.in.cmake | |
parent | 17d636eec0ee0da346173066dd4f400a64e96c44 (diff) | |
download | sandhi-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.cmake | 2 |
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 ######################################################################## |