]> Creatis software - gdcm.git/blobdiff - CMake/GDCMConfig.cmake.in
use GDCM_NAME_SPACE:: instead of gdcm::, even in Examples ...
[gdcm.git] / CMake / GDCMConfig.cmake.in
index dd7be9334d85d141f88da3530e7c0a0787b3c3c2..51fa4f666382a3a08cc5f735a86e342536cac97d 100644 (file)
@@ -17,6 +17,9 @@ SET(GDCM_LIBRARIES "@GDCM_LIBRARIES@")
 # The list of available languages.
 #SET(GDCM_LANGUAGES "Python")
 
+# The gdcm namespace
+SET(GDCM_NAME_SPACE @GDCM_NAME_SPACE@)
+
 # The CMake macros dir.
 SET(GDCM_CMAKE_DIR "@GDCM_CMAKE_DIR_CONFIG@")