[CMake] About Gmm++

Kaveh Kohan kaveh.kohan at yahoo.com
Sun Feb 22 14:04:42 EST 2009


Thank you for your reply, I downloaded it from:
http://websvn.kde.org/trunk/koffice/cmake/modules/FindGMM.cmake?view=markup
By the way just for record,  the FindGMM is:
if (GMM_INCLUDE_DIR)
  # in cache already
  set(GMM_FOUND TRUE)
else (GMM_INCLUDE_DIR)

find_path(GMM_INCLUDE_DIR NAMES gmm/gmm.h
     PATHS
     ${INCLUDE_INSTALL_DIR}
     ${GMM_INCLUDE_PATH}
   )

include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GMM DEFAULT_MSG GMM_INCLUDE_DIR )

mark_as_advanced(GMM_INCLUDE_DIR)

endif(GMM_INCLUDE_DIR)


Regards, 




________________________________
From: Christopher Harvey <chris at basementcode.com>
To: Kaveh Kohan <kaveh.kohan at yahoo.com>
Cc: cmake at cmake.org
Sent: Tuesday, February 17, 2009 8:38:28 PM
Subject: Re: [CMake] About Gmm++

I wasn't able to get a copy, but it's in kde svn

/kde-svn/src/trunk/koffice/*cmake*/modules/



Kaveh Kohan wrote:
> Dear CMake users,
>
> I am trying to use gmm++ in my code. I read somewhere on web that 
> FindGMM.cmake is available. I don't know from where I can download it. 
> I would be thankful if you share it with me or in case it is online, 
> let me know where/how I can get it.
>
> Regards,
> Kaveh
>
> ps: Sorry if this is a naive question.
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090222/7c54587c/attachment.htm>


More information about the CMake mailing list