summaryrefslogtreecommitdiff
path: root/cmake/Modules/GRASTool.in.cmake
diff options
context:
space:
mode:
authorJosh Blum2013-07-30 22:32:56 -0700
committerJosh Blum2013-07-30 22:32:56 -0700
commitea1e706c673e3e7f9363e67064088571e9e34cd5 (patch)
tree716716817008daa17be56f7a9cf0ff02dc7be1aa /cmake/Modules/GRASTool.in.cmake
parent1f138be25bd634e18f855eca7b1329d6e333c8fa (diff)
downloadsandhi-ea1e706c673e3e7f9363e67064088571e9e34cd5.tar.gz
sandhi-ea1e706c673e3e7f9363e67064088571e9e34cd5.tar.bz2
sandhi-ea1e706c673e3e7f9363e67064088571e9e34cd5.zip
gras: added helpful gr python module to install
Diffstat (limited to 'cmake/Modules/GRASTool.in.cmake')
-rw-r--r--cmake/Modules/GRASTool.in.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Modules/GRASTool.in.cmake b/cmake/Modules/GRASTool.in.cmake
index 1d6cb6e..1409671 100644
--- a/cmake/Modules/GRASTool.in.cmake
+++ b/cmake/Modules/GRASTool.in.cmake
@@ -81,7 +81,7 @@ endif()
function(GRAS_TOOL)
include(CMakeParseArguments)
- cmake_parse_arguments(GRAS_TOOL "" "TARGET;DIRECTORY;COMPONENT" "SOURCES" ${ARGN})
+ CMAKE_PARSE_ARGUMENTS(GRAS_TOOL "" "TARGET;DIRECTORY;COMPONENT" "SOURCES" ${ARGN})
#give an install directory if not specified
if(NOT GRAS_TOOL_DIRECTORY)
@@ -198,7 +198,7 @@ function(GRAS_SWIG_TOOL)
endif()
include(CMakeParseArguments)
- cmake_parse_arguments(GRAS_SWIG_TOOL "" "SOURCE;TARGET;DIRECTORY;COMPONENT" "" ${ARGN})
+ CMAKE_PARSE_ARGUMENTS(GRAS_SWIG_TOOL "" "SOURCE;TARGET;DIRECTORY;COMPONENT" "" ${ARGN})
#give an install directory if not specified
if(NOT GRAS_SWIG_TOOL_DIRECTORY)