[CMake] Modules // FindICU // call for maintainer

2012-09-12 Thread Sergei Nikulov
Hello, I've found that FindICU/FindICU4C (http://site.icu-project.org/) module is absent in standard cmake installation. Is anybody already volunteered to create one/select from existing and then maintain it? Thank you. -- Best Regards, Sergei Nikulov -- Powered by www.kitware.com Visit

Re: [CMake] FindGTK2

2012-09-15 Thread Sergei Nikulov
2012/9/15 Guillaume Duhamel guillaume.duha...@gmail.com: Heya, I posted a patch for the FindGTK2 module almost 10 months ago : http://public.kitware.com/Bug/view.php?id=12596 The problem this patch is trying to fix is that gtk2 is not detected on NetBSD (at least not when gtk2 is

Re: [CMake] A way to set default compiler, etc.?

2012-09-20 Thread Sergei Nikulov
2012/9/20 Dave Abrahams d...@boostpro.com: When I invoke cmake for the first time in a project, I normally use -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ I'm tired of typing that every time I blow away my CMakeCache.txt. Is there a place I can register these preferences so

Re: [CMake] How to check for a symbol that requires two header files in CMake?

2012-11-28 Thread Sergei Nikulov
forget this only for C. -- Best Regards, Sergei Nikulov -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link

Re: [CMake] FInd threads - iOS

2013-03-14 Thread Sergei Nikulov
/Wiki/CMake_Cross_Compiling ? And this one http://code.google.com/p/ios-cmake/wiki/HowTo Unfortunately I've not tried this myself. -- Best Regards, Sergei Nikulov -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

Re: [CMake] FInd threads - iOS

2013-03-14 Thread Sergei Nikulov
-DCMAKE_TOOLCHAIN_FILE=path to ios.cmake -GXcode -DWITH_BOOST=OFF But I'm not sure that build system will find any database libraries for ios. Perhaps sqlite? -- Best Regards, Sergei Nikulov -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [CMake] FInd threads - iOS

2013-03-15 Thread Sergei Nikulov
this cmake path to soci -DCMAKE_IOS_SDK_ROOT=path to SDK root -DCMAKE_TOOLCHAIN_FILE=path to tool-chain file -GXcode -DWITH_BOOST=OFF -- Best Regards, Sergei Nikulov -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [CMake] Getting coredump from ctest

2013-03-21 Thread Sergei Nikulov
2013/3/21 Martin Sustrik sust...@250bpm.com Hi, Is there a way to get a coredumps from failures that happen durink 'make test'? Thanks, Martin -- What do you mean by get coredump? Any crash should produce core if ulimit -c unlimited set. -- Best Regards, Sergei Nikulov -- Powered

Re: [CMake] Explicit NAME_LIBRARIES and NAME_INCLUDE_DIRS

2013-03-22 Thread Sergei Nikulov
, Sergei Nikulov -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http

Re: [CMake] Error running CMake on Win 7 64

2013-06-19 Thread Sergei Nikulov
on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Best Regards, Sergei Nikulov -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com

Re: [CMake] Fwd: Error running CMake on Win 7 64

2013-06-19 Thread Sergei Nikulov
@Sergei When I click configure, I choose Visual Studio 2010 Win64 as my compiler. Then I get the following output: Aaron, Looks like something wrong with your environment. Another idea is - try remove CMakeCache in existing build dir or start from clean dir Re-run cmake. Just checked out

Re: [CMake] Nmake and VC IDE output library in different folder

2013-08-07 Thread Sergei Nikulov
Studio 12, to generate the binary to the same folder? Or to say, can I know current generator name in CMakeLists.txt? I use CMake 2.8. Thanks -- Play with variable CMAKE_CFG_INTDIR For more information http://www.cmake.org/Wiki/CMake_Useful_Variables HTH -- Best Regards, Sergei

Re: [CMake] Why there is not MSI installer for CMake?

2014-08-11 Thread Sergei Nikulov
/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake -- Best Regards, Sergei Nikulov -- 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

Re: [CMake] Building project with Boost thread, TBB, OpenCV, QT, -lpthread missing

2014-08-29 Thread Sergei Nikulov
2014-08-30 1:27 GMT+04:00 felix felix.schwit...@gmx.at: see http://public.kitware.com/Bug/view.php?id=10692 AFAIR, to handle -lpthread switch following script can be used find_package(Threads REQUIRED) target_link_libraries(target-name ${CMAKE_THREAD_LIBS_INIT}) -- Best Regards, Sergei

Re: [CMake] Copying shared libraries in a post-build step

2014-12-10 Thread Sergei Nikulov
to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake -- Best Regards, Sergei Nikulov -- 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

Re: [CMake] Copying shared libraries in a post-build step

2014-12-10 Thread Sergei Nikulov
2014-12-10 13:29 GMT+03:00 Sergei Nikulov sergey.niku...@gmail.com: 2014-12-10 2:38 GMT+03:00 Walter Gray chrysal...@gmail.com: Hey all, I'm working on a module that will allow me to automatically copy all the required .dll files as defined by well-formed import library targets

Re: [CMake] ExternalProject_Add // git shallow clone

2015-05-05 Thread Sergei Nikulov
exposed via ExternalProject_Add, though. HTH, David C. On May 5, 2015, at 5:19 AM, Sergei Nikulov sergey.niku...@gmail.com wrote: Hello All, Is it possible to provide git depth option for ExternalProject_Add command? I see no such option for GIT_... parameters in documentation

[CMake] ExternalProject_Add // git shallow clone

2015-05-05 Thread Sergei Nikulov
Hello All, Is it possible to provide git depth option for ExternalProject_Add command? I see no such option for GIT_... parameters in documentation. Thank you. -- Best Regards, Sergei Nikulov -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http

Re: [CMake] ExternalProject git clone hangs on windows

2015-08-15 Thread Sergei Nikulov
15 авг. 2015 г. 3:04 AM пользователь Tevet, Avi A avi.a.te...@intel.com написал: Hi all, Can someone please tell me what I need to do so that I can use VS2015 to build a project with git dependencies managed through ExternalProject_add? Try clone git project using url from

Re: [CMake] CMake on 64-bit Visual Studio

2015-10-19 Thread Sergei Nikulov
her 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 -- Best Regards, Sergei Nikulov -- Powered by www.kitware.com Please keep messages on-topic and ch

Re: [CMake] Correct usage of add_library

2015-12-23 Thread Sergei Nikulov
add_library(kernel SHARED ${src}) >> >> and I build libkernel.so by typing make. >> >> I have found there exists a command add_custom_target but I don't know how to >> use it. >> I tried >> >>add_custom_target(mykernel DEPENDS kernel) >> >> but it does not se

Re: [CMake] Correct usage of add_library

2015-12-23 Thread Sergei Nikulov
add_dependencies.html HTH, -- Best Regards, Sergei Nikulov -- 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, p

[CMake] Question about CHECK_C_COMPILER_FLAG

2016-06-17 Thread Sergei Nikulov
urce file was: int main(void) { return 0; } ... -- Best Regards, Sergei Nikulov -- 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 offe

Re: [CMake] Cmake fails to build libssh2 - wants VC 2010 told for VC 2015 build

2016-03-15 Thread Sergei Nikulov
g.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 -- Best Regards, Sergei Nikulov -- Powered by www.kitware.com Please keep m

Re: [CMake] Cmake fails to build libssh2 - wants VC 2010 told for VC 2015 build

2016-03-19 Thread Sergei Nikulov
thDebInfo -- Best Regards, Sergei Nikulov -- 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 Supp

Re: [CMake] FindBoost not finding MinGW libraries

2016-11-14 Thread Sergei Nikulov
14 ноя 2016 г. 4:36 PM пользователь "David Demelier" < demelier.da...@gmail.com> написал: > > Hello, > > I've installed boost under C:\env\mingw64 so I basically have the > following content: > > - C:\env\mingw64\include\boost-1_62\boost\* > - C:\env\mingw64\lib\libboost_libname-mgw62-1_62.dll(.a)

Re: [CMake] FindBoost not finding MinGW libraries

2016-11-15 Thread Sergei Nikulov
15 ноя 2016 г. 7:40 PM пользователь "Robert Ramey" написал: > > On 11/14/16 5:36 AM, David Demelier wrote: > I spent some time getting CMake to work with with boost libraries. > > My conclusions is that FindBoost can be relied upon only for header only libraries. To used build

Re: [CMake] FindBoost not finding MinGW libraries

2016-11-15 Thread Sergei Nikulov
2016-11-15 12:26 GMT+03:00 David Demelier <demelier.da...@gmail.com>: > 2016-11-14 16:00 GMT+01:00 Sergei Nikulov <sergey.niku...@gmail.com>: >> Add option -DBoost_ADDITIONAL_VERSIONS="1.62.00;1.62" to command line >> or >> Update you findboost.cmake m

Re: [CMake] ExternalProject with toolchain files for cross compiling?

2017-07-14 Thread Sergei Nikulov
v3.9/module/ExternalProject.html?highlight=externalproject_add#command:externalproject_add HTH. -- Best Regards, Sergei Nikulov -- 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 suppo

Re: [CMake] Contribute Find-module to CMake vs Config-file to upstream

2018-05-22 Thread Sergei Nikulov
that is buildsystem agnostic. Hello, Brad. When will CMake with cps support be available? > -Brad > -- -- Best Regards, Sergei Nikulov -- 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 va

Re: [CMake] Removing Transitively Inherited Properties

2018-02-06 Thread Sergei Nikulov
ulting: 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/unsubscrib

Re: [CMake] linked dependencies in exported cmake package

2018-12-03 Thread Sergei Nikulov
ow this link to subscribe/unsubscribe: > https://cmake.org/mailman/listinfo/cmake -- Best Regards, Sergei Nikulov -- 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

Re: [CMake] Ubuntu CMake Repository Now Available

2019-04-05 Thread Sergei Nikulov
It would be great to see officialy supported rpm repository for CentOS/Fedora as well! Thank you in advance. пт, 5 апр. 2019 г., 22:17 Kyle Edwards via CMake : > All, > > I am pleased to announce that Kitware is now offering an > officially-supported set of Ubuntu packages for CMake. These

Re: [CMake] Checking Variables in a tool-chain file

2019-01-30 Thread Sergei Nikulov
cache. > > Any idea? Just guessing maybe better use $ENV{ARM_GCC_TOOL_PATH} ? https://cmake.org/cmake/help/latest/variable/ENV.html?highlight=env -- Best Regards, Sergei Nikulov -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.

Re: [CMake] Run a single test without parallelism

2019-04-12 Thread Sergei Nikulov
Check RUN_SERIAL option for test https://cmake.org/cmake/help/v3.14/prop_test/RUN_SERIAL.html?highlight=run_serial пт, 12 апр. 2019 г., 19:09 Dzenan Zukic via CMake : > Hi everybody, > > is there a way to prevent a test being run concurrently? I have a few > tests which consume gigabytes of

[CMake] ctest // fixtures and --repeat-until-fail

2019-04-16 Thread Sergei Nikulov
, I've got following sequence 1. fixture_setup runs 10 times 2. test runs 10 times 3. fixture_cleanup runs 10 times Is it expected behavior? I'm using ctest version 3.14.2 Thank you in advance. -- Best Regards, Sergei Nikulov -- Powered by www.kitware.com Please keep messages on-topic and check

Re: [CMake] ctest // fixtures and --repeat-until-fail

2019-04-16 Thread Sergei Nikulov
> > On Tue, Apr 16, 2019 at 10:07 PM Sergei Nikulov > wrote: >> >> Hello All, >> >> Has anybody knows how FIXTURES_SETUP/FIXTURES_CLEANUP should work with >> --repeat-until-fail option? >> >> My expectation, if I requesting a test run for exa

Re: [CMake] CMake with two C++ compilers

2019-05-08 Thread Sergei Nikulov
Here is the exact answer to your question https://devblogs.nvidia.com/building-cuda-applications-cmake/ -- Best Regards, Sergei Nikulov -- 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 servi

Re: [CMake] Setting rpath via LDFLAGS environment variable

2020-03-04 Thread Sergei Nikulov
> information on each offering, please visit https://cmake.org/services > > Visit other Kitware open-source projects at https://www.kitware.com/platforms > > Follow this link to subscribe/unsubscribe: > https://cmake.org/mailman/listinfo/cmake > > This mailing list is deprecated

Re: [cmake-developers] [CMake] FindGTK2

2012-09-15 Thread Sergei Nikulov
2012/9/15 Guillaume Duhamel guillaume.duha...@gmail.com: Heya, I posted a patch for the FindGTK2 module almost 10 months ago : http://public.kitware.com/Bug/view.php?id=12596 The problem this patch is trying to fix is that gtk2 is not detected on NetBSD (at least not when gtk2 is

[cmake-developers] FindBoost // patch for current boost versions

2015-01-13 Thread Sergei Nikulov
, Sergei Nikulov 0001-added-latest-boost-version-1.57.0-and-next-milestone.patch Description: Binary data -- 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

[cmake-developers] Fwd: Question about CHECK_C_COMPILER_FLAG

2016-06-20 Thread Sergei Nikulov
urce file was: int main(void) { return 0; } ... -- Best Regards, Sergei Nikulov -- 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 offe

Re: [cmake-developers] Strange behaviour with check_library_exists on Windows

2016-07-28 Thread Sergei Nikulov
2016-07-28 15:03 GMT+03:00 Ben Boeckel <ben.boec...@kitware.com>: > On Thu, Jul 28, 2016 at 13:33:35 +0300, Sergei Nikulov wrote: >> -- Looking for CertFreeCertificateContext in crypt32; >> -- Looking for CertFreeCertificateContext in crypt32; - found >> crypt32 found

Re: [cmake-developers] Strange behaviour with check_library_exists on Windows

2016-07-28 Thread Sergei Nikulov
2016-07-28 16:58 GMT+03:00 Sergei Nikulov <sergey.niku...@gmail.com>: > 2016-07-28 15:03 GMT+03:00 Ben Boeckel <ben.boec...@kitware.com>: >> On Thu, Jul 28, 2016 at 13:33:35 +0300, Sergei Nikulov wrote: >>> -- Looking for CertFreeCertificateCont

Re: [cmake-developers] Strange behaviour with check_library_exists on Windows

2016-08-01 Thread Sergei Nikulov
2016-07-28 17:10 GMT+03:00 Sergei Nikulov <sergey.niku...@gmail.com>: > 2016-07-28 16:58 GMT+03:00 Sergei Nikulov <sergey.niku...@gmail.com>: >> 2016-07-28 15:03 GMT+03:00 Ben Boeckel <ben.boec...@kitware.com>: >>> On Thu, Jul 28, 2016 at 13:33:35 +0300, S

Re: [cmake-developers] Proposed new CMake module FindITT.cmake

2018-05-29 Thread Sergei Nikulov
ackage Configuration for SEAPI project on GitHub. If they found it reasonable, they will merge it. -- Best Regards, Sergei Nikulov -- 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 s

Re: [cmake-developers] ENV{SOURCE_DATE_EPOCH}

2018-11-20 Thread Sergei Nikulov
> Follow this link to subscribe/unsubscribe: > https://cmake.org/mailman/listinfo/cmake-developers -- Best Regards, Sergei Nikulov -- 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