Dear There,
This is first time to use CMAKE. I got the error that says "no
cmake_fortran_compiler could be found."
I use it on Windows 8.1, which have installed Visual Studio Community 2015,
Intel FORTRAN Composer XE 2013, and CUDA 7.0.
The Fortran compiler identification is unknown
CMa
Ivan Shapovalov wrote:
> Of course, I can always edit the FooConfig.cmake file manually, but I'd
> better avoid patching anything (installing new files or running any
> cmake commands is OK).
>
> Is there any nice way to solve this?
After
find_package(Foo CONFIG)
do
set_property(TARGET Foo
Steve Lorimer wrote:
> Is this just not possible?
Indeed - this is not possible.
Thanks,
Steve.
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Kitware offers various services to support the CMake community. For
01.09.2016, 08:34, "n...@appletonaudio.com" :
> On 2016-08-31 23:32, Konstantin Tokarev wrote:
>> 31.08.2016, 16:22, "Nick Appleton" :
>>> Hi,
>>>
>>> I’ve been recently doing a bit of work for an open source project
>>> trying to extend it’s support for CMake. I’ve been trying to get CMake
>