diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-12-15 19:17:43 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-12-15 19:17:43 (GMT) |
commit | 74eaecfc3e049e96dd30ecadc1d62fb235d3caba (patch) | |
tree | f1d9d270ac65d41c3d9f0c45ccf93cd40ec1d921 /Modules/UseSWIG.cmake | |
parent | 5966baeec375652f573221749436d0cc4d523e89 (diff) | |
download | CMake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.zip CMake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.tar.gz CMake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.tar.bz2 |
ENH: cleanups
Diffstat (limited to 'Modules/UseSWIG.cmake')
-rw-r--r-- | Modules/UseSWIG.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/UseSWIG.cmake b/Modules/UseSWIG.cmake index db313b5..b107d6c 100644 --- a/Modules/UseSWIG.cmake +++ b/Modules/UseSWIG.cmake @@ -7,7 +7,7 @@ # All other macros are for internal use only. # To get the actual name of the swig module, # use: ${SWIG_MODULE_name_REAL_NAME}. -# Set Source files propertis such as CPLUSPLUS and SWIG_FLAGS to specify +# Set Source files properties such as CPLUSPLUS and SWIG_FLAGS to specify # special behavior of SWIG. Also global CMAKE_SWIG_FLAGS can be used to add # special flags to all swig calls. # Another special variable is CMAKE_SWIG_OUTDIR, it allows one to specify |