Re: [cmake-developers] [Qt-creator] ​Qt Creator vs CMake server mode

2017-02-10 Thread Konstantin Podsvirov
10.02.2017, 11:02, "Tobias Hunger" :
> Hi all,
>
> On Fri, Feb 10, 2017 at 1:08 AM, Mike Jackson  wrote:
>> I can confirm with QtCreator 4.3 nightly builds and CMake 3.7.1 those
>> "utility" targets do not show up.
>
> Server-mode reports the following targets: EXECUTABLE, STATIC_LIBRARY,
> SHARED_LIBRARY, MODULE_LIBRARY, OBJECT_LIBRARY, UTILITY and
> INTERFACE_LIBRARY, provided they are not marked as "IsImported".
>
> So these should be reported and I do see lots of UTILITY targets in
> the project tree of creator.
>
> Best Regards,
> Tobias
> ___
> Qt-creator mailing list
> qt-crea...@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator

Yes, I see UTILITY targets now, but I don't see:

- all;
- clean;
- edit_cache;
- rebuild_cache;

This is a very important targets.

--
Regards,
Konstantin Podsvirov-- 

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 more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

[cmake-developers] CMake WindowsCE and Embedded Visual C++ 4.0

2017-02-10 Thread Mauro Ziliani

Hi all.
My name's Mauro and I write you from Parma, Italy.
I'm working a lot with CMake in my projects.

I need to port a small project to Embedded Visual Studio C++ 4.0 enviroment.
But I need to compile for ARMV4I and wce500 platform (STANDARDSDK_500)

When CMake tests the compiler it tries to link MSVCRTD.lib.
I think this happens because CMake check for Visual Studio version, it 
doen't recognize EVC4 and it cannot put the version as suffix of 
msvcrt{version}.


Anyone has try to use CMake and EVC4?

Best regards,
  MZ
--

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 more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers


Re: [cmake-developers] [Qt-creator] ​Qt Creator vs CMake server mode

2017-02-10 Thread Tobias Hunger
Hi all,

On Fri, Feb 10, 2017 at 1:08 AM, Mike Jackson  wrote:
> I can confirm with QtCreator 4.3 nightly builds and CMake 3.7.1 those
> "utility" targets do not show up.

Server-mode reports the following targets: EXECUTABLE, STATIC_LIBRARY,
SHARED_LIBRARY, MODULE_LIBRARY, OBJECT_LIBRARY, UTILITY and
INTERFACE_LIBRARY, provided they are not marked as "IsImported".

So these should be reported and I do see lots of UTILITY targets in
the project tree of creator.

Best Regards,
Tobias
-- 

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 more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers