[CMake] CMake 3.8 release date

2017-01-23 Thread Nikita
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

Re: [CMake] CXX_CLANG_TIDY doesn't handle multiple arguments correctly

2016-11-16 Thread Nikita
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

Re: [CMake] CXX_CLANG_TIDY doesn't handle multiple arguments correctly

2016-11-16 Thread Nikita
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

Re: [CMake] CXX_CLANG_TIDY doesn't handle multiple arguments correctly

2016-11-16 Thread Nikita
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

[CMake] CXX_CLANG_TIDY doesn't handle multiple arguments correctly

2016-11-16 Thread Nikita
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

Re: [CMake] Compiling binaries with cmake -- help

2016-07-02 Thread Nikita Glukhov
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

Re: [CMake] Deploy Qt based App to WindowsStore using CMake

2016-03-03 Thread Nikita Barawade
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

[CMake] Build for x86 architecture through CMake

2016-02-11 Thread Nikita Barawade
"NMake Makefiles " . Regards, Nikita * eInfochips Business Disclaimer: This e-mail message and all attachments transmitted w

Re: [CMake] Multiple Visual Studio Solutions through same master CMakeLists.txt

2016-01-28 Thread Nikita Barawade
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

[CMake] Multiple Visual Studio Solutions through same master CMakeLists.txt

2016-01-28 Thread Nikita Barawade
akeList to change project name and remove TestApp2 and TestApp3.Is there any way to automate this? Regards, Nikita * eInfochips Business Discl

Re: [CMake] Alternative to CMAKE_PREFIX_PATH

2016-01-20 Thread Nikita Barawade
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

[CMake] Alternative to CMAKE_PREFIX_PATH

2016-01-18 Thread Nikita Barawade
_PATH ? Regards, Nikita * eInfochips Business Disclaimer: This e-mail message and all attachments transmitted with it are intended solely fo

Re: [CMake] error while loading shared libraries: libLLAPI.so: cannot open shared object file: No such file or directory

2015-12-11 Thread Nikita Barawade
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

[CMake] error while loading shared libraries: libLLAPI.so: cannot open shared object file: No such file or directory

2015-12-10 Thread Nikita Barawade
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

Re: [CMake] Cmake : undefined reference to `udev_device_get_devnode'

2015-11-22 Thread Nikita Barawade
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

[CMake] Cmake : undefined reference to `udev_device_get_devnode'

2015-11-20 Thread Nikita Barawade
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

Re: [CMake] Cmake not working for VS13

2015-11-05 Thread Nikita Barawade
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

[CMake] Cmake not working for VS13

2015-11-04 Thread Nikita Barawade
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,

[CMake] CheckFunctionExists.c on windows

2009-12-30 Thread nikita kozlov
[]){ #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

[CMake] How to call make program

2007-09-27 Thread Nikita V. Borodikhin
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 _

Re: [CMake] Creating static executables

2007-06-08 Thread Nikita V. Borodikhin
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

[CMake] Can't build static binary

2007-05-23 Thread Nikita V. Borodikhin
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

Re: [CMake] cmakesetup.exe

2007-05-18 Thread Nikita V. Borodikhin
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

Re: [CMake] cmakesetup.exe

2007-05-18 Thread Nikita V. Borodikhin
.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

[CMake] Finding static library on Linux/gcc

2007-05-13 Thread Nikita V. Borodikhin
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

[CMake] [INSTALL] Add generated subdir to installation

2007-04-30 Thread Nikita V. Borodikhin
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