CMake is a cross-platform, open-source build system. It generates native makefiles and project files that can be used from the command line or integrated development environment of your choice.

learn more… | top users | synonyms

1
vote
1answer
13 views

cmake generate Xcode project from existing sources

This is what i have, when i starting generation: iMac:IXCSoftswitch alex$ /usr/bin/cmake -G Xcode . -- CMAKE_SOURCE_DIR = /Users/alex/Desktop/ixc-v/IXCSoftswitch, CMAKE_BINARY_DIR = ...
0
votes
0answers
14 views

Getting CMake to find flex on Windows

I am trying to use flex on a project and I am trying to use CMake to link flex with my project. I found a FindFLEX.cmake online which I am using for this. You can find it here. This was supposed to be ...
0
votes
0answers
20 views

C++ Application Project Template - log4cxx Issue

Hoping someone can help me with my build issue I'm trying to create a new project with this C++ Application Project Template but I can't get it to build properly as am getting issues with log4cxx. See ...
-1
votes
0answers
25 views

Is CMake's add_subdirectory command idempotent?

Can I call it multiple times (with the same parameters) without re-processing the same files over and over?
0
votes
1answer
13 views

Temporarily link with all libraries in a test

I have a CMakeLists.txt file containing a simple CHECK_CXX_SOURCE_COMPILES test. For that test I need to add the Boost libraries when it links, but only for that test. I have already checked that the ...
1
vote
1answer
19 views

CMake express the “greater or equal” statement

I know that in CMake I can check for the compiler version like this if(MSVC_VERSION LESS 1700) ... // MSVC is lower than MSVC2012 but how do I express this in CMake syntax? if(MSVC_VERSION ...
0
votes
0answers
38 views

cpack component level install

For the example CMakeLists.txt attached to CMake wiki. I also added below what is the actual make command to create just the component based TGZ. I am confused and not seeing any help in the ...
0
votes
1answer
35 views

CMake cannot determine linker language for target

To start off, I've taken a look at this post and couldn't find a solution to my problem. I'm attempting to set up a library in a folder using two header files and link with my main program, in my ...
4
votes
1answer
89 views

Converting old makefile to CMake

I'm trying to convert my old makefile code to CMake. Can you help me? This is the part where I'm currently stuck. I don't know how to pass these arguments to the compiler. COMPILE_FLAGS = -c -m32 -O3 ...
0
votes
0answers
24 views
+50

CMake with Qt3d for Qt5?

I have installed Qt5 and Qt3d from the ubuntu-developers repository (I'm under Ubuntu 13.04) and I would like to compile a very simple application with CMake (my version is 2.8.10.1). A working ...
0
votes
1answer
17 views

CMake find_package(PythonLibs) not working

I am trying to use Python.h in a C++ project compiled with g++. I am using CMake to generate proper include/lib links. I am using the built-in feature find_package(PythonLibs REQUIRED) but cannot ...
0
votes
0answers
15 views

How to build library using cmake in windows

I have written a library MyLib and I want to write CMakeLists to enable users build the library using cmake in both Linux and Windows system. MyLib contains folders like bin, include, lib and src. I ...
1
vote
3answers
95 views

Python is passing 32bit pointer address to C functions

I would like to call my C functions within a shared library from Python scripts. Problem arrises when passing pointers, the 64bit addresses seem to be truncated to 32bit addresses within the called ...
0
votes
1answer
18 views

CMake: Setting correct compiler options for one platform only

I use CMake to generate build files (makefile or project files) across Windows, OSX and Linux, with C and C++ compilers native to those platforms. On Windows I gnerate VS 2010 project, and in Release ...
0
votes
1answer
41 views

Does CMAKE support Python 3?

I'm attempting to build Clang on Windows 7 using CMAKE. I've performed the following steps; as specified in this guide. The guide is wrong in one aspect: Python is required and without it, cmake ...
0
votes
0answers
10 views

getting 7zip to work with cmake

I have problem getting 7zip to work on Windows. I am using the Visual Studio command prompt. Initially my 7-zip was in the location C:\Program Files (x86-64)\7-Zip but I copied 7zip to C:\Program ...
0
votes
1answer
20 views

Superclass of cpp object included in .cc file not header file

I've downloaded a toolkit (namely IRTK from Imperial college) and I have compiled and installed it using CMake. As part of the installation it has copied all of the relevant header files into ...
0
votes
1answer
21 views

include lua library in kreversi using cmake (kdegames)

So, i'm working on adding lua script into kreversi. I am a newbie on cmake and this is my first time trying to code into kde projects. I'm using lua5.2 and found out that cmake doesnt officially ...
4
votes
1answer
99 views

CMake check Windows version

How do I check with CMake whether I'm configuring a Visual Studio solution for Windows 7 or Windows 8? Is there a way to do this?
1
vote
2answers
20 views

cmake reuse ExternalProject - DEPENDS does not work?

Consider the following situation: I want to include a certain library via ExternalProject_Add. I want to build both release and debug libraries. My plan was to build the release libraries first and ...
3
votes
2answers
42 views

Prebuild of static library failed

I try to set up an Android NDK build based on CMake scripts, which dynamically create the required Android make files. While I can't use the JNI folder structure I split the build process in several ...
0
votes
0answers
31 views

How to recursively add include and link directories to visual studio 2012 after installing a new c++ library?

I have read that this option could be specified in a cMakeList.txt however I have already built the library and looking for a post install cMake script to do the job.
0
votes
0answers
16 views

Get an error while trying to configure JavaCV on mac : can't find Foundation.h

I'm trying to install and configure JavaCV on my mac following this link: http://askhackeryoda.blogspot.fr/2012/05/configure-javacv-on-mac-os-x.html But I'm stuck at the 3rd step, when I do sudo ...
1
vote
2answers
32 views

cmake reports gcc is broken. Where do I start?

I am trying to compile a project but cmake stops right at the beginning with the message that gcc is broken (see below). I am ignoramus when it comes to cmake, so any help where to get me starting ...
1
vote
1answer
47 views

CMAKE separate Linker and Compiler Flags

Right now my toolchain.cmake looks loke this: CMAKE_FORCE_C_COMPILER(arm-none-eabi-gcc GNU) CMAKE_FORCE_CXX_COMPILER(arm-none-eabi-gcc GNU) SET(CMAKE_ASM_COMPILER arm-none-eabi-as) SET(CMAKE_OBJCOPY ...
0
votes
0answers
36 views

Linking both C and ASM files to a static library using CMake

I'm trying to build a static library later used on a shared library. This part I've done successfully before, but now I've the variant that among the source files there are some ASM files. Now, ...
0
votes
1answer
22 views

CMake linking error (undefined reference to)

I am working with the SSL-Vision software. It has an example client that I've been trying to separate from the whole project. I found the sources needed to edit a client myself, so I just copied them ...
0
votes
1answer
76 views

C:\Users\' is not recognized as an internal or external command compiling opencv for QT

i want compile opencv for QT. i use this tutorial http://www.laganiere.name/opencvCookbook/chap1s1_2.shtml in step 8 i have this error: C:\opencv_bin1>mingw32-make [ 0%] Building C object ...
0
votes
0answers
34 views

Given a file, how do I get thet targets which depends on that file?

I am using cmake to generate Makefiles. Given a Cpp file, I want to know if it is possible to get the list of targets in a Makefile (or a CMakeLists.txt file) which depends on that file, directly or ...
1
vote
2answers
34 views

my QT designer plugin does not find externals

I built a QT Designer custom plugin which works just fine..until i add a header which is not in the same library... if i add this to the MTBFWidget.cpp/.h : #include "KinectHandler.h" the plugin ...
0
votes
1answer
71 views

'undefined reference to' with cmake

So, I am trying to write an applet for school, and part of it requires using cmake. I have two different classes contained in their own files, and I use them as part of the main class. I have included ...
0
votes
1answer
24 views

libraries to read compiler flags from a CMake build tree

YouCompleteMe is an awesome vim plugin for C++, however, it requires a user provided .ycm_extra_conf.py script to return compiler flags for each C/C++ source. Currently I have a CMake based C++ ...
0
votes
1answer
44 views

cmake missing fortran module dependency in preprocessor directive

I'm run into a problem where Cmake is missing a dependency. The code in question looks like. SUBROUTINE foo USE A #ifdef C USE B #endif ... It looks like the ...
0
votes
0answers
29 views

How to build and install cmake targets only if the other targets depend on them?

My application consists of the core, many shared libraries and many plugins that use these shared libraries. I'm using cmake option() command to enable / disable each plugin. What I'd like to do is ...
5
votes
0answers
37 views

Cross-compiling - retrieve target CPU and version

I'm cross-compiling for VxWorks using cmake. When I run cmake the first time I have to provide informations about compiler, target OS etc.. In the cross-compile dialogue there are three target system ...
0
votes
0answers
17 views

Making a static lib target with variable dependencies with CMake

So I have a static library A which can have a bunch of settings turned on, depending on the compiling configuration. I have these settings pushed out to an IMPORT file: cmake_minimum_required ...
1
vote
1answer
28 views

cmake working for root not for other user

I have a dummy compilation running in a buildbot slave. When running with buildbot user I get: -- The C compiler identification is unknown -- The CXX compiler identification is unknown -- Check for ...
0
votes
0answers
36 views

cmake : error : 'AT_SYMLINK_NOFOLLOW' undeclared

I am getting following error when compiling cmake. error: 'AT_SYMLINK_NOFOLLOW' undeclared What is cause of this error please suggest. Is this bug in Raspbian because it is defined in following ...
0
votes
0answers
12 views

unable to get cmake + jom + parallel execution + multiple custom targets

How to make a parallel execution for custom targets on $Windows$, without using the MSVC? I have moderately good results with parallel job execution using cmake + jom, when compiling c++ targets. But ...
2
votes
2answers
79 views

Boost log, GCC 4.4 and CMake

I am trying to get a simple boost.log example running on Linux using GCC 4.4.5, CMake 2.8.2 and Boost 1.53.0. Compiling boost and boost log succeeded, but I keep getting issues when linking my test ...
0
votes
0answers
26 views

Creating List-file with CMake and Objdump

is there anyway to say cmake to genrate .lst files with objdump in the same dir as the other compiled object-files? i want to have a list-file of each src-file. Thanks
0
votes
1answer
34 views

qmake subproject in CMake project

I've got a CMake based project with the following "design": add_subdirectory(first_lib) add_subdirectory(second_lib) add_subdirectory(qt_application) My question is - can I create a qt_application ...
-6
votes
0answers
41 views

Not declared class in namespaces Porting to Linux [closed]

I have the following structure of files: foo.h namespace smf { class foo { int get (); }; } foo.cpp #include "foo.h" class fee { void ...
4
votes
1answer
45 views

CMake & “PATH” Variables

In CMake, how do I define a PATH-type cache variable that (in Windows cmake-gui.exe) give me the little "..." button to get the Popup dialog? Right now, I'm using syntax like: ...
0
votes
1answer
54 views

CMake: Exclude custom install target(s) from 'make install [all]'

I have a library that is built and linked to as part of my project. I want to provide the facility to OPTIONALLY have the library installed system-wide (or wherever ${CMAKE_INSTALL_PREFIX} is set). ...
1
vote
0answers
38 views

how do i create a custom (widget) plugin for qt designer with cmake ( and visual studio )

The amount of tutorials, how to create a qt designer plugin is very thin..and the ones i found always use qt creator ( like this one : http://qt-project.org/doc/qt-4.8/designer-customwidgetplugin.html ...
1
vote
1answer
47 views

How to check in cmake whether a given header file is available for C++ project

I am using cmake to manage compilation of my project and it is my first time to use cmake. This tool is very convenient, as there is plethora of scripts and functions which allows to check if all ...
0
votes
1answer
23 views

CMake link order and LINK_INTERFACE_MULTIPLICITY

I'm attempting to link static libraries against test cases in a collaborative cmake project. My understanding is that I can use the link_interface_multiplicity option to get around libraries being ...
0
votes
1answer
71 views

Errors in generated MOC files for QT5 from cmake

I generated moc files for QT5 using set (CMAKE_AUTOMOC ON) set(CMAKE_INCLUDE_CURRENT_DIR ON) Then I add the moc files into SRC using SET(SRC src/main.cpp src/video_widget_surface.cpp ...
0
votes
0answers
42 views

Can CMake Create Solution for Visual Studio Express 2010

Is CMake able to create solutions for Visual Studio Express 2010? I'm trying to create a Visual Studio solution that will work with Visual Studio Express 2010 (for C++) but I keep running into ...

1 2 3 4 5 51