Hi,
I couldn't find any release schedule for the project, so I've decided to
ask about it here. What is the expected release date of CMake 3.8?
I'm interested in it because I'm waiting for this fix:
https://gitlab.kitware.com/cmake/cmake/issues/16435
Regards,
Ni
Thanks for the info. I've filed a bug about this issue -
https://gitlab.kitware.com/cmake/cmake/issues/16435
Regards,
Nikita
On Thu, Nov 17, 2016 at 1:37 AM, Michael Ellery wrote:
>
>> On Nov 16, 2016, at 2:32 PM, Nikita wrote:
>>
>> Indeed, specifying '-li
Indeed, specifying '-line-filter=[]' doesn't cause any troubles.
Should I file a bug about this?
Regards,
Nikita
On Thu, Nov 17, 2016 at 1:18 AM, Bill Hoffman wrote:
> On 11/16/2016 5:01 PM, Nikita wrote:
>>
>> It works for me with '-fix' as well. Howeve
It works for me with '-fix' as well. However, it doesn't work with
"-warnings-as-errors", '-header-filter', and '-line-filter'.
The problem is definitely not in semicolons.
Regards,
Nikita
On Thu, Nov 17, 2016 at 12:35 AM, Tiago Macarios
wrote
et additional clang-tidy options working?
Regards,
Nikita
--
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
Hi, Crest Christopher!
I've never built SeExpr by himself, so I can not help here.
But if your goal is simply to play around with SeExpr then you can download
Natron:
http://natron.fr/
which have built-in SeExpr node.
Cheers,
Nikita.
2016-07-02 7:39 GMT+03:00 Crest Christopher :
> I
mote device, please follow all instructions by Visual
Studio to set it up correctly. If you are targeting an emulator for Windows
Phone ...
Regards,
Nikita
From: Roman Wüger
Sent: 04 March 2016 01:39 AM
To: Nikita Barawade
Cc: cmake@cmake.org
Subject: R
"NMake Makefiles " .
Regards,
Nikita
*
eInfochips Business Disclaimer: This e-mail message and all attachments
transmitted w
Hi,
Thanks Nils !
Regards,
Nikita
From: Nils Gladitz
Sent: 28 January 2016 05:27 PM
To: Nikita Barawade; cmake@cmake.org
Subject: Re: [CMake] Multiple Visual Studio Solutions through same master
CMakeLists.txt
On 01/28/2016 12:42 PM, Nikita Barawade
akeList to change project name and remove
TestApp2 and TestApp3.Is there any way to automate this?
Regards,
Nikita
*
eInfochips Business Discl
Hi,
I set CMAKE_PREFIX_PATH in system's environment variable on windows but cmake
does not check for it.
can we make cmake to search for system's environment variable as happens in
Linux ?
Regards,
Nikita
From: Guillaume Dumont
Sent: 18 January
_PATH ?
Regards,
Nikita
*
eInfochips Business Disclaimer: This e-mail message and all attachments
transmitted with it are intended solely fo
t then linker will search the libraries in
>LD_LIBRARY_PATH ,so setting only RPATH should work .
Please correct if I am wrong . Please share your inputs.
Regards,
Nikita
From: J Decker
Sent: 10 December 2015 10:10 PM
To: Nikita Barawade
Cc: cmake@c
install (TARGETS LLAPI_TestApp
RUNTIME DESTINATION ${PROJECT_BINARY_DIR}/../../../Bin/Wind)
set(CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/../../../Bin/Wind ")
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
Searched whole day on Internet but could not fix it .
Pls gui
bdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x7fb8d0ecc000)
/lib64/ld-linux-x86-64.so.2 (0x7fb8d2b6f000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x7fb8d0cae000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7fb8d09a8000)
Reg
Dear All,
I am building an application using cmake with external shared library
libLLAPI.so on Ububtu .
I am getting following error:
make -f Source/CMakeFiles/app.dir/build.make Source/CMakeFiles/app.dir/build
make[2]: Entering directory
`/home/nikita/intel/CMake_intel/API/Build/Cmake
Hi,
Thanks for reply .
I am using visual studio 13.
I managed to get it done , I had to repair Visual studio .
Regards,
Nikita Barawade
Engineer | PES
From: David Cole
Sent: 05 November 2015 06:00 PM
To: Nikita Barawade
Cc: cmake@cmake.org
Subject: Re
com/cmake-and-visual-studio/>
cognitivewaves.wordpress.com
Introduction Visual Studio to CMake Mapping Example Source Structure Execute
CMake Visual Studio Solution Explorer View Build and Run
Regards,
[]){
#endif
- CHECK_FUNCTION_EXISTS();
+ static void * p = (void*) CHECK_FUNCTION_EXISTS;
if(ac > 1000)
{
return *av[0];
}
--
nikita
diff -rU4 CMakeA/Modules/CheckFunctionExists.c CMakeB/Modules/CheckFunctionExists.c
--- CMakeA/Modules/CheckFunctionExists.c 2004-04-15 14:22:19.00
ny way to call the make program found by cmake indirectly by
calling cmake? Something like 'cmake -E exec ${CMAKE_MAKE_PROGRAM}'?
Regard,
--
Nikita V. Borodikhin, NIKB-RIPN BNV7-RIPE
Registered Linux user #256562 with the Linux Counter
uniqueics.com.ru
_
mplest possible
> (i.e., "hello-world") example (which after all, normally links to libc) and
> give us the complete details (CMakeLists.txt, hello-world.c, and complete
> cmake and make results) of that example so we can figure out where you are
> going wrong.
--
Nikita
ADD_EXECUTABLE (tst tst.c)
TARGET_LINK_LIBRARIES (tst tstlib)
==
--
Nikita V. Borodikhin, NIKB-RIPN BNV7-RIPE
Registered Linux user #256562 with the Linux Counter
uniqueics.com.ru
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
akefiles or cmake because separator is not portable.
> That's why I would rather use cygwin's make instead, but have the
> makefile create rules for the visual C toolchain, not gcc.
>
> Is there any way to make this work? I was hoping porting a cmake
> project would be t
.exe and ld.exe as the toolchain)?
Yes, you can call cmake from command line, like this:
$ cmake -G "NMake Makefiles"
I don't think using MSVC programs in GNU Makefile is a very good idea
because they (linker in paticular) are not GNU-compatible by flags and
arguments.
--
Nikita
build.make but 2.4.6 writes ' -Wl,-Bdynamic -lcppunit'
even on static build.
Is it possible to instruct CMake that it should search for static
external library, not dynamic?
Thanks,
--
Nikita V. Borodikhin, NIKB-RIPN BNV7-RIPE
Registered Linux user #256562 with the Linux
RECTORY given non-directory "/.../doxydoc" to install.
CMake 2.4.5 (Debian).
Any thoughts?
Yours,
--
Nikita V. Borodikhin, NIKB-RIPN BNV7-RIPE
Registered Linux user #256562 with the Linux Counter
uniqueics.com.ru
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
26 matches
Mail list logo