[CMake] Custom Module

2015-09-29 Thread Gerry Weaver
Hello All, I'm trying to use a custom module, but I can't get cmake to see it. I am on FreeBSD 9.3 (amd64) using cmake-3.3.2. I have read and tried everything I can find on the topic. I have verified the module path via the "MESSAGE" command, but no joy. I have included all relevant informatio

Re: [CMake] One last try

2010-06-21 Thread Gerry Weaver
Hello All, I think I have found the issue. When I ran cmake-gui (I never have before), it had a dll issue. When I copied the dll from another system, everything started working. I'm not sure what happened here as this was a fresh windoze install, but it seems to work now. It's odd that only cm

Re: [CMake] One last try

2010-06-21 Thread Gerry Weaver
@cmake.org Sent: Mon, 21 Jun 2010 08:12:49 -0500 Subject: Re: [CMake] One last try On 6/21/2010 3:02 AM, Gerry Weaver wrote: > Hello All, > ... > 1. Is cmake supposed to support Visual Studio 2008 out of the box? > 2. If not, is there support for Visual Studio 2010? > 3. If

[CMake] One last try

2010-06-21 Thread Gerry Weaver
Hello All, I've been using cmake for many years. I must admit that I have always been somewhat bothered by the complexity of it, but it hasn't really become an issue until now. When Microsoft Visual Studio 2008 came out, I upgraded in order to get some new apis I needed. When I tried a cmake b