[CMake] Creating package

2012-05-26 Thread Kornel Benko
Resending this, after being subscribed ... Hi list, this is my first mail to this list, so it may be the wrong list to report errors. Recently I updated to ubuntu 12.04. Debian packages created with cmake (through make package) are now not handled gratuitously by dpkg. (The

Re: [CMake] Creating package

2012-05-26 Thread Kornel Benko
Am Samstag, 26. Mai 2012 um 16:41:45, schrieb Eric Noulard eric.noul...@gmail.com 2012/5/26 Kornel Benko kor...@lyx.org: Resending this, after being subscribed ... Hi list, this is my first mail to this list, so it may be the wrong list to report errors

Re: [CMake] Creating package

2012-05-26 Thread Kornel Benko
Am Samstag, 26. Mai 2012 um 17:31:18, schrieb Kornel Benko kor...@lyx.org Am Samstag, 26. Mai 2012 um 16:41:45, schrieb Eric Noulard eric.noul...@gmail.com 2012/5/26 Kornel Benko kor...@lyx.org: Resending this, after being subscribed ... Hi list, this is my first

Re: [CMake] Creating package

2012-05-27 Thread Kornel Benko
Am Samstag, 26. Mai 2012 um 22:02:19, schrieb Eric Noulard eric.noul...@gmail.com 2012/5/26 Kornel Benko kor...@lyx.org: Am Samstag, 26. Mai 2012 um 17:31:18, schrieb Kornel Benko kor...@lyx.org Am Samstag, 26. Mai 2012 um 16:41:45, schrieb Eric Noulard eric.noul...@gmail.com 2012/5/26

Re: [CMake] Creating package

2012-05-27 Thread Kornel Benko
Am Sonntag, 27. Mai 2012 um 10:41:01, schrieb Eric Noulard eric.noul...@gmail.com [ snip ] I understand the will of distro packager to build cmake using SYSTEM lib but (I think that) this cannot be tested on all system combination so may be they should do some regression testing when doing

Re: [CMake] Creating package

2012-05-27 Thread Kornel Benko
Am Sonntag, 27. Mai 2012 um 13:50:37, schrieb Eric Noulard eric.noul...@gmail.com 2012/5/27 Kornel Benko kor...@lyx.org: Am Sonntag, 27. Mai 2012 um 10:41:01, schrieb Eric Noulard eric.noul...@gmail.com [ snip ] I understand the will of distro packager to build cmake using SYSTEM lib

Re: [CMake] CMAKE installing files instead of symbolic link

2012-06-26 Thread Kornel Benko
Am Dienstag, 26. Juni 2012 um 14:19:56, schrieb Eric Noulard eric.noul...@gmail.com 2012/6/26 vivek goel goelvivek2...@gmail.com: hi, I am building my custom library inside lib/linux/gcc/${BIT}/lib/ Currently I am using following command to install required library INSTALL(DIRECTORY

Re: [CMake] Downgrade CMake

2012-07-04 Thread Kornel Benko
Am Mittwoch, 4. Juli 2012 um 05:05:48, schrieb vaibhavt tekamvaibha...@gmail.com I am running through same issue. I am working on a project, which is like one year old. I don't what cmake version was used in it. I am having cmake-2.8.8 installed in my macbook. When I try to run the

Re: [CMake] Downgrade CMake

2012-07-05 Thread Kornel Benko
Am Donnerstag, 5. Juli 2012 um 00:21:38, schrieb vaibhavt tekamvaibha...@gmail.com exists Somehow you are using _old_ CMakeCache.txt file. I would delete this file first and try again. Done. But still same error. Please check if

Re: [CMake] How to define file access mode in file write function?

2012-07-25 Thread Kornel Benko
Am Mittwoch, 25. Juli 2012 um 04:17:18, schrieb hce jupiter@gmail.com Hi, How do you control the file access permission when using file(WRITE filename content)? The cmake 2.8.8 manual does not seem allow to specify access permission in file(WRITE ..). But install() does. Thank

Re: [CMake] Executable depending on all source files

2012-08-25 Thread Kornel Benko
Am Samstag, 25. August 2012 um 10:53:48, schrieb Russell Wallace russell.wall...@gmail.com I don't understand what you mean, but explicit listing violates DRY in a big way with the usual consequence, the two lists will inevitably get out of sync. I'd rather use globbing (unless CMake has some

Re: [CMake] Executable depending on all source files

2012-08-25 Thread Kornel Benko
Am Samstag, 25. August 2012 um 12:04:21, schrieb Alexander Neundorf a.neundorf-w...@gmx.net On Saturday 25 August 2012, Russell Wallace wrote: I don't understand what you mean, but explicit listing violates DRY in a big way with the usual consequence, the two lists will inevitably get out

[CMake] AC_C_RESTRICT

2013-01-04 Thread Kornel Benko
Hi, I am searching for something appropriate to the autoconf AC_C_RESTRICT macro. Kornel signature.asc Description: This is a digitally signed message part. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [CMake] AC_C_RESTRICT

2013-01-04 Thread Kornel Benko
Am Freitag, 4. Januar 2013 um 14:59:23, schrieb Mateusz Loskot mate...@loskot.net On 4 January 2013 14:46, Bill Hoffman bill.hoff...@kitware.com wrote: On 1/4/2013 9:24 AM, Mateusz Loskot wrote: It tests if C compiler supports C99 restrict keyword, perhaps also implementation-specific

Re: [CMake] ccmake is not getting installed

2013-01-28 Thread Kornel Benko
Am Montag, 28. Januar 2013 um 09:15:58, schrieb Pradeep Jha pradeep.kumar@gmail.com When I run the bootsrap command, it executes it successfully but gives me the following message at the end: Curses libraries were not found. Curses GUI for CMake will not be built. To compile, you

Re: [CMake] Patch utility is installed, but my ExternalProject build step fails to execute it

2013-02-25 Thread Kornel Benko
Am Sonntag, 24. Februar 2013 um 19:58:53, schrieb David Brown cypher...@gmail.com I'm trying to patch and build a Makefile-based project using the ExternalProject module. My patch command looks like this: PATCH_COMMAND patch -p1 -t -N ${CMAKE_CURRENT_SOURCE_DIR}/IntelDFP.patch When

Re: [CMake] Not resolving Symlinks at all

2013-02-26 Thread Kornel Benko
Am Dienstag, 26. Februar 2013 um 10:52:36, schrieb Michael Jackson mike.jack...@bluequartz.net I have the following code: message(STATUS Found HDFLibrary ${HDF5_LIBRARY_RELEASE}) if(IS_SYMLINK ${HDF_LIBRARY_DEBUG}) message(STATUS SYMLINK: ${HDF_LIBRARY_DEBUG})

Re: [CMake] ctest git submodules

2013-02-28 Thread Kornel Benko
Am Donnerstag, 28. Februar 2013 um 07:07:52, schrieb Brad King brad.k...@kitware.com On 02/28/2013 02:38 AM, NoRulez wrote: But if I set the option: set(CTEST_GIT_UPDATE_OPTIONS --tags) Then I get the following error message: Update command failed: C:/Program Files/Git/cmd/git.cmd

Re: [CMake] INSTALL CODE Error Results and Termination

2013-11-13 Thread Kornel Benko
Am Mittwoch, 13. November 2013 um 18:12:26, schrieb David Hauck dav...@netacquire.com Hello, I've been using several install (CODE EXECUTE_PROCESS ...) constructs in my top-level CMakeLists.txt file. However, I've been unable to capture/operate on any exit status of the embedded command.

Re: [CMake] INSTALL CODE Error Results and Termination

2013-11-13 Thread Kornel Benko
Am Mittwoch, 13. November 2013 um 18:41:03, schrieb David Hauck dav...@netacquire.com Hi Kornel, On Wednesday, November 13, 2013 10:26 AM, cmake-boun...@cmake.org wrote: Am Mittwoch, 13. November 2013 um 18:12:26, schrieb David Hauck dav...@netacquire.com Hello, I've been using

[CMake] Phony target for version 3.0

2014-04-13 Thread Kornel Benko
Trying to use phony target (working with 2.8.12) like add_custom_target(doc0 DEPENDS ${some_dep_files}) leads to error messages like: CMake Error: Could not get source file entry for builddir/CMakeFiles/doc0 Kornel signature.asc Description: This is a digitally

Re: [CMake] Add libraries to end of compilation line ...

2014-06-27 Thread Kornel Benko
Am Donnerstag, 26. Juni 2014 um 20:12:12, schrieb Hendrik Sattler p...@hendrik-sattler.de Hi, you can also override the target_link_libraries function with your own in the top-level lists file and call the original one from within that function. This way you only have to edit one file.

Re: [CMake] Passing options into COMMAND inside of add_custom_target() or add_custom_command()

2014-06-28 Thread Kornel Benko
Am Samstag, 28. Juni 2014 um 12:06:56, schrieb Martin Mitáš m...@morous.org Hello, I'm trying to pass multiple options from outside to a command in add_custom_target() or add_custom_command(). I am new to CMake and I don't know whether the observed behavior is bug or I do it in a wrong

Re: [CMake] Passing options into COMMAND inside of add_custom_target() or add_custom_command()

2014-06-28 Thread Kornel Benko
Am Samstag, 28. Juni 2014 um 19:21:50, schrieb Hendrik Sattler p...@hendrik-sattler.de So 'ls' got '-l -h' as one paramater. I would use 1.) -DMYTOOL_FLAGS=-lh or 2.) -DMYTOOL_FLAGS=-l;-h Or maybe escaping on the shell as -DMYTOOL_FLAGS=-l -h also works? This is identical to

Re: [CMake] Autotools-CMake build error

2014-08-28 Thread Kornel Benko
Am Donnerstag, 28. August 2014 um 14:36:45, schrieb Richard Shaw hobbes1...@gmail.com I'm working on converting a project[1] from autotools to CMake and I've gotten a lot of it working. The project HEAVILY relies on values from a config.h but I think I've gotten the essentials covered although

Re: [CMake] Autotools-CMake build error

2014-08-28 Thread Kornel Benko
Am Donnerstag, 28. August 2014 um 15:47:06, schrieb Richard Shaw hobbes1...@gmail.com On Thu, Aug 28, 2014 at 3:39 PM, Kornel Benko kor...@lyx.org wrote: You use '-DHAVE_CONFIG_H', this means probably generated 'config.h'. Differences between generation of this file of automake/cmake

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

2015-12-10 Thread Kornel Benko
Am Donnerstag, 10. Dezember 2015 um 12:38:11, schrieb Nikita Barawade > > Hi, > > getting following error when trying to run LLAPI_TestApp > > ./LLAPI_TestApp: error while loading shared libraries: libLLAPI.so: cannot > open shared object file: No such file or

Re: [CMake] Babel Frage

2018-07-13 Thread Kornel Benko
Am Donnerstag, 12. Juli 2018 17:06:17 CEST schrieb Jürgen Spitzmüller : ... > > > > Ja, das steht in der Doku, stimmt aber nicht ganz. Akzeptiert wird > > z.B auch ngerman. > > Das übersetzt aber nicht die internen Makros. Siehe sr-vorl.cls: A-ha. Schade. Gruß Kornel

Re: [CMake] Babel Frage

2018-07-13 Thread Kornel Benko
Am Freitag, 13. Juli 2018 11:54:45 CEST schrieb Kornel Benko : > Am Donnerstag, 12. Juli 2018 17:06:17 CEST schrieb Jürgen Spitzmüller > : > ... > > > > > > Ja, das steht in der Doku, stimmt aber nicht ganz. Akzeptiert wird > > > z.B auch ngerman. > >

Re: [CMake] General question about regex

2019-06-04 Thread Kornel Benko
Am Dienstag, 4. Juni 2019, 18:10:19 CEST schrieb Steven Truppe: > Hello again, > > > i've the following variable defined: > > set(WITH_LIB_GLAD_EXAMPLE_BASIC 1) > > And the if the line > > > foreach(_var VARIABLES) > > if(_var MATCHES "WITH_LIB_GLAD_EXAMPLE_([A-Za-z]+)") > >

Re: [CMake] find_program doesn't use the PATH

2019-07-31 Thread Kornel Benko
Am Mittwoch, 31. Juli 2019, 12:19:48 CEST schrieb Braden McDaniel: > I was tempted to go ahead and file a bug on this; but it seems so basic > that I figure I must be missing something. > > Per the documentation for find_program: > >If NO_DEFAULT_PATH is not specified, the search process

Re: [cmake-developers] Welcome to June, time for the next release candidate

2012-06-05 Thread Kornel Benko
Am Montag, 4. Juni 2012 um 17:13:26, schrieb David Cole david.c...@kitware.com We are preparing to build CMake 2.8.9, release candidate one, in the next few days (or possibly as late as next week). Is there any pending/outstanding work that anybody thinks is critical for inclusion in CMake

Re: [cmake-developers] Welcome to June, time for the next release candidate

2012-06-05 Thread Kornel Benko
Am Dienstag, 5. Juni 2012 um 10:11:40, schrieb Eric Noulard eric.noul...@gmail.com I already proposed a patch in the users list (using archive_write_set_format_gnutar() Discussion is in this thread: http://www.cmake.org/pipermail/cmake/2012-May/050483.html instead of

Re: [cmake-developers] Welcome to June, time for the next release candidate

2012-06-05 Thread Kornel Benko
Am Dienstag, 5. Juni 2012 um 08:37:37, schrieb Brad King brad.k...@kitware.com On Tue, Jun 5, 2012 at 8:17 AM, Eric Noulard eric.noul...@gmail.com wrote: 2012/6/5 Kornel Benko kor...@lyx.org: Somebody shall dive into the build process of the libarchive Ubuntu package and see **why

Re: [cmake-developers] libarchive and SCHILY.fflags (was: Welcome to June, time for the next release candidate)

2012-06-05 Thread Kornel Benko
Am Dienstag, 5. Juni 2012 um 13:19:31, schrieb Brad King brad.k...@kitware.com On 06/05/2012 08:57 AM, Kornel Benko wrote: The builtin cmlibarchive in CMake 2.8.8 is libarchive 3.0.2, from svn rev 4051, now Git commit 28267d8f: On ubuntu 12.04 it is package libarchive12, version 3.0.3

Re: [cmake-developers] libarchive and SCHILY.fflags

2012-06-05 Thread Kornel Benko
Am Dienstag, 5. Juni 2012 um 15:35:15, schrieb Brad King brad.k...@kitware.com On 06/05/2012 01:19 PM, Brad King wrote: On 06/05/2012 08:57 AM, Kornel Benko wrote: The builtin cmlibarchive in CMake 2.8.8 is libarchive 3.0.2, from svn rev 4051, now Git commit 28267d8f: On ubuntu 12.04

Re: [cmake-developers] libarchive and SCHILY.fflags

2012-06-05 Thread Kornel Benko
Am Dienstag, 5. Juni 2012 um 16:43:15, schrieb Brad King brad.k...@kitware.com On 06/05/2012 03:55 PM, Kornel Benko wrote: Ok, I created a dir with 340 entries. (330 entries was not enough). Thanks. I see the header in the tarball you sent: $ tar xvzf ../data.tgz |wc -l tar: Ignoring

Re: [cmake-developers] libarchive and SCHILY.fflags

2012-06-05 Thread Kornel Benko
Am Dienstag, 5. Juni 2012 um 16:27:28, schrieb Brad King brad.k...@kitware.com On 06/05/2012 04:04 PM, Kornel Benko wrote: However, there were very few changes between the two versions of libarchive, at least upstream: $ git rev-list --count 28267d8..v3.0.3 Maybe this version (3.0.2

Re: [cmake-developers] libarchive and SCHILY.fflags

2012-06-05 Thread Kornel Benko
Am Dienstag, 5. Juni 2012 um 17:11:47, schrieb Brad King brad.k...@kitware.com On 06/05/2012 04:43 PM, Brad King wrote: Is there any change in Ubuntu's package for libarchive that is not upstream? I traced through the source to see how SCHILY.fflags can ever be added to the archive. I

Re: [cmake-developers] libarchive and SCHILY.fflags

2012-06-06 Thread Kornel Benko
Am Mittwoch, 6. Juni 2012 um 07:38:44, schrieb Brad King brad.k...@kitware.com On Tue, Jun 5, 2012 at 5:46 PM, Kornel Benko kor...@lyx.org wrote: Try the patch below when building CMake against Ubuntu's libarchive. This one works. But wait ... checking again without the patch ... ERROR

Re: [cmake-developers] libarchive and SCHILY.fflags

2012-06-11 Thread Kornel Benko
Am Mittwoch, 6. Juni 2012 um 07:38:44, schrieb Brad King brad.k...@kitware.com On Tue, Jun 5, 2012 at 5:46 PM, Kornel Benko kor...@lyx.org wrote: Try the patch below when building CMake against Ubuntu's libarchive. This one works. But wait ... checking again without the patch ... ERROR

Re: [cmake-developers] libarchive and SCHILY.fflags

2012-06-11 Thread Kornel Benko
Am Montag, 11. Juni 2012 um 10:10:16, schrieb Brad King brad.k...@kitware.com On 06/11/2012 10:08 AM, Kornel Benko wrote: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a34015d3 Hmm, may I ask, when it should (have been) be committed? I regularly check out the sources

[cmake-developers] current hugin not compilable ATM

2012-06-17 Thread Kornel Benko
Maybe forgotten to push Image.cpp and Image.h? ... [ 81%] Building CXX object src/hugin_cpfind/localfeatures/CMakeFiles/keypoints.dir/keypoints.cpp.o /usr/src/hugin/hugin_hg/src/hugin_cpfind/localfeatures/keypoints.cpp: In function ‘bool DetectKeypoints(const string, bool, double,

Re: [cmake-developers] current hugin not compilable ATM

2012-06-17 Thread Kornel Benko
Am Sonntag, 17. Juni 2012 um 18:12:46, schrieb Eric Noulard eric.noul...@gmail.com 2012/6/17 Kornel Benko kor...@lyx.org: Maybe forgotten to push Image.cpp and Image.h? Looks like this mail end-up in the wrong list? This is cmke-developer ML? Looks like it belongs to Hugin ML? Or did

[cmake-developers] Setting source property COMPILE_DEFINITIONS

2012-10-15 Thread Kornel Benko
Hi, I see a problem in setting the source property for a certain file, say x.cpp. set_property(SOURCE x.cpp APPEND COMPILE_DEFINITIONS XX=something) At first glance, this seems to work well, in that only x.cpp gets compiled with '-DXX=something'. Unfortunately, if something changes, the

[cmake-developers] Test unsuccessful for cmake version 2.8.10.20121108-gc31e1

2012-11-08 Thread Kornel Benko
Hi, running make test on the latest available cmake yields to the following ... Start 12: kwsys.testSystemInformation 13/272 Test #12: kwsys.testSystemInformation ..***Exception: SegFault 0.13 sec ... 99% tests passed, 1 tests failed out of 272 Label Time Summary:

Re: [cmake-developers] Test unsuccessful for cmake version 2.8.10.20121108-gc31e1

2012-11-08 Thread Kornel Benko
Am Donnerstag, 8. November 2012 um 09:47:55, schrieb Kornel Benko kor...@lyx.org Hi, running make test on the latest available cmake yields to the following ... Start 12: kwsys.testSystemInformation 13/272 Test #12: kwsys.testSystemInformation ..***Exception

Re: [cmake-developers] ctest on cmake build

2013-05-17 Thread Kornel Benko
Am Freitag, 17. Mai 2013 um 18:40:44, schrieb Rolf Eike Beer e...@sf-mail.de Kornel Benko wrote: Calling ctest after the last commit 5e993a2822e48c5d84b5bf01aad52ff5068cb5ea. The output is: ... Start 298: CMake.GetPrerequisites 298/299 Test #298: CMake.GetPrerequisites

Re: [cmake-developers] ctest on cmake build

2013-05-17 Thread Kornel Benko
Am Freitag, 17. Mai 2013 um 19:59:14, schrieb Rolf Eike Beer e...@sf-mail.de Kornel Benko wrote: Calling ctest after the last commit 5e993a2822e48c5d84b5bf01aad52ff5068cb5ea. The output is: ... Start 298: CMake.GetPrerequisites 298/299 Test #298: CMake.GetPrerequisites

Re: [cmake-developers] ctest on cmake build

2013-05-17 Thread Kornel Benko
Am Freitag, 17. Mai 2013 um 20:34:45, schrieb Kornel Benko kor...@lyx.org Am Freitag, 17. Mai 2013 um 19:59:14, schrieb Rolf Eike Beer e...@sf-mail.de Kornel Benko wrote: Calling ctest after the last commit 5e993a2822e48c5d84b5bf01aad52ff5068cb5ea. The output is: ... Start

[cmake-developers] dpkg-shlibdeps

2014-05-19 Thread Kornel Benko
I am using CPACK with set(CPACK_DEBIAN_PACKAGE_DEBUG ON) There is one offending output CPackDeb Debug: dpkg-shlibdeps version is Looking into CPackDeb.cmake, the regex for getting the version searches 'dpkg-shlibdeps version ([0-9]+\\.[0-9]+\\.[0-9]+)' from output of

Re: [cmake-developers] dpkg-shlibdeps

2014-05-19 Thread Kornel Benko
Am Montag, 19. Mai 2014 um 12:59:31, schrieb Nils Gladitz nilsglad...@gmail.com On 05/19/2014 12:50 PM, Kornel Benko wrote: I am using CPACK with set(CPACK_DEBIAN_PACKAGE_DEBUG ON) There is one offending output CPackDeb Debug: dpkg-shlibdeps version is Looking

Re: [cmake-developers] [ANNOUNCE] CMake 3.0.0 Released.

2014-06-11 Thread Kornel Benko
Am Dienstag, 10. Juni 2014 um 17:14:31, schrieb Robert Maynard robert.mayn...@kitware.com On behalf of myself, Ken, Bill, Brad, David, Alex, Eike, Steve, Zach, Ben, Peter, Nils, and the rest of the CMake team from all around the world, we are pleased to announce that CMake 3.0.0 is now

Re: [cmake-developers] [ANNOUNCE] CMake 3.0.0 Released.

2014-06-11 Thread Kornel Benko
Am Mittwoch, 11. Juni 2014 um 11:55:47, schrieb Nils Gladitz nilsglad...@gmail.com On 11.06.2014 10:52, Kornel Benko wrote: Am Dienstag, 10. Juni 2014 um 17:14:31, schrieb Robert Maynard robert.mayn...@kitware.com On behalf of myself, Ken, Bill, Brad, David, Alex, Eike, Steve, Zach, Ben

[cmake-developers] Missing CPACK_PACKAGE_CONTACT in test for CPackComponentsPrefix

2015-05-07 Thread Kornel Benko
Hi, testing new cmake, I get ctest error for the call # ctest -R CPackComponentsPrefix This is the relevant part in LastTest.log ... CPack: Install projects CPack: - Run preinstall target for: CPackComponentsPrefix CPack: - Install project:

[cmake-developers] Wrong cxx-extension flags

2016-07-14 Thread Kornel Benko
I have 2 compilers installed. The attached minimal CMakeLists.txt example shows everything OK if using the compiler at standard place. -- The C compiler identification is GNU 4.8.4 -- The CXX compiler identification is GNU 4.8.4 -- Check for working C compiler: /usr/bin/cc -- Check for working C

Re: [cmake-developers] Wrong cxx-extension flags

2016-07-14 Thread Kornel Benko
Am Donnerstag, 14. Juli 2016 um 13:35:06, schrieb Brad King <brad.k...@kitware.com> > On 07/14/2016 01:13 PM, Kornel Benko wrote: > > -- The CXX compiler identification is GNU 6.1.0 > > -- CMAKE_CXX11_EXTENSION_COMPILE_OPTION = -std=gnu++1

Re: [cmake-developers] Wrong cxx-extension flags

2016-07-14 Thread Kornel Benko
Am Donnerstag, 14. Juli 2016 um 14:36:43, schrieb Brad King > In lyx I see the > > development/cmake/modules/FindCXX11Compiler.cmake I had to reread. Yes, I know this file too. There is set the '-std=c++14'. But I am asking about '-std=gnu++11'. Kornel

Re: [cmake-developers] Wrong cxx-extension flags

2016-07-14 Thread Kornel Benko
Am Donnerstag, 14. Juli 2016 um 14:36:43, schrieb Brad King <brad.k...@kitware.com> > On 07/14/2016 01:59 PM, Kornel Benko wrote: > > I was trying to compile lyx with QT5.7. > > ... > > found that the flags in the flag.cmake files were mismatched. > > > &g

Re: [cmake-developers] Wrong cxx-extension flags

2016-07-14 Thread Kornel Benko
Am Donnerstag, 14. Juli 2016 um 15:27:00, schrieb Brad King <brad.k...@kitware.com> > On 07/14/2016 02:48 PM, Kornel Benko wrote: > > I am asking about '-std=gnu++11'. > On 07/14/2016 02:45 PM, Kornel Benko wrote: > > The new cmake-files from QT5.7 are somehow respo

Re: [cmake-developers] Wrong cxx-extension flags

2016-07-14 Thread Kornel Benko
Am Donnerstag, 14. Juli 2016 um 16:06:17, schrieb Brad King <brad.k...@kitware.com> > On 07/14/2016 03:59 PM, Kornel Benko wrote: > >> What you can do is not add your own flag and instead do > >> > >> set(CMAKE_CXX_STANDARD 14) > >>

[cmake-developers] Problem with created debian package

2017-12-29 Thread Kornel Benko
All of sudden, cmake(cpack) started producing wrong debian packages for one project. This is the output of debian package manager: dpkg: warning: downgrading lyx24 from 2.4.0-50424git-g3a4b233 to 2.4.0-50422git-gd6fb2ab (Reading database ... 422667 files and directories

Re: [cmake-developers] Problem with created debian package

2017-12-29 Thread Kornel Benko
Am Freitag, 29. Dezember 2017 um 22:25:53, schrieb Domen Vrankar <domen.vran...@gmail.com> > 2017-12-29 14:20 GMT+01:00 Kornel Benko <kor...@lyx.org>: > > > All of sudden, cmake(cpack) started producing wrong debian packages for > > one project. > > &g

Re: [cmake-developers] Moc-test errors

2019-06-04 Thread Kornel Benko
Am Dienstag, 4. Juni 2019, 15:16:43 CEST schrieb Sebastian Holtermann: > Hello Kornel. > > > Recent tries to test cmake yield to errors for following tests: > > 582 - Qt5Autogen.MocIncludeRelaxed (Failed) > > 583 - Qt5Autogen.MocIncludeStrict (Failed) > > 584 -

Re: [cmake-developers] Moc-test errors

2019-06-06 Thread Kornel Benko
Am Donnerstag, 6. Juni 2019, 14:02:33 CEST schrieb Kornel Benko: > Am Dienstag, 4. Juni 2019, 16:05:25 CEST schrieb Sebastian Holtermann: > > > The following tests FAILED: > > > 577 - Qt5Autogen.MocIncludeRelaxed (Failed) > > > 578 - Qt5Autogen.MocIn

Re: [cmake-developers] Moc-test errors

2019-06-06 Thread Kornel Benko
Am Dienstag, 4. Juni 2019, 16:05:25 CEST schrieb Sebastian Holtermann: > > The following tests FAILED: > > 577 - Qt5Autogen.MocIncludeRelaxed (Failed) > > 578 - Qt5Autogen.MocIncludeStrict (Failed) > > 579 - Qt5Autogen.MocSkipSource (Failed) > > Errors while running CTest > > > > Okay, it looks

[cmake-developers] Moc-test errors

2019-06-04 Thread Kornel Benko
Recent tries to test cmake yield to errors for following tests: 582 - Qt5Autogen.MocIncludeRelaxed (Failed) 583 - Qt5Autogen.MocIncludeStrict (Failed) 584 - Qt5Autogen.MocSkipSource (Failed) Compiled master branch of http://cmake.org/cmake.git As en example, here the

Re: [cmake-developers] Moc-test errors

2019-06-06 Thread Kornel Benko
Am Donnerstag, 6. Juni 2019, 18:01:09 CEST schrieb Sebastian Holtermann: > > > BTW, with todays compilation (master branch) also some qt4-moc-tests are > > failing. > > This starts to be itching ... > > > > > > # ctest -R Autogen.Moc > > ... > > The following tests FAILED: > > 577 -