Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged cmake

0 votes
1.2k views
1 answer
    I have a CMakeLists.txt in my project root and one in my /src folder. The one in the /src folder only ... that's obviously not the case... See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Is there a possibility to debug CMakeLists.txt files (at least listing of variables) except for the message statement? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm trying to get a cross-plattform build system working using CMake. Now the software has a few ... into my project and set the CMAKE_MODULE_PATH relatively? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I need to add Boost libraries into my CMakeLists.txt. How do you do it or how do you add it? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    This question already has answers here: question from:https://stackoverflow.com/questions/65847992/installed-executable-cannot-find-shared-library-during-loading...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
966 views
1 answer
    I have variable CC_OPTIONS has value set like below -arch arm64 -mcpu=abc1 -c --debug -O2 -static ... ://stackoverflow.com/questions/65851799/cmake-extract-substring-from-variable...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    On a linux machine, from a cmake project, I'm trying to call git using execute_process so that I can include ... /65854949/cmake-execute-process-sed-no-such-file-or-directory-error...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I'm using googletest in my project. To add it I used the following code to my CMake include(FetchContent) ... com/questions/65881615/could-not-find-gtest-but-googletest-was-fetched...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I had cmake 3.9 version on my RHEL 7.6 system. But for some development work, i need 3.12 version ... stackoverflow.com/questions/65895922/cmake-3-12-version-installation-on-rhel-7...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I wanted to create some tests looking at the performance impacts of Clang CFI. My initial attempts have come up ... is-it-possible-to-compile-deal-ii-with-clang-cfi-protections...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    CMake Error at flutter/CMakeLists.txt:85 (add_custom_command): add_custom_command called with OUTPUT containing a "# ... -flutter-cmakelists-txt-this-character-is-not-allowed...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
959 views
1 answer
    When comparing different RPM files, I've noticed that not all of them expose the same header tags. So ... /questions/65909759/how-does-rpmbuild-compute-which-fields-to-generate...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have something like the following snippet in a CMakeLists.txt: file(READ api.yaml API_YAML) configure_file(schemautil.h ... /how-to-add-fileread-as-a-dependency-to-configure-file...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
928 views
1 answer
    Using cmakes. I know how to link with one dynamic lib file (i.e. *.so file). Now I have about 70 such ... /questions/65945359/how-to-link-with-a-folder-of-so-dynamic-lib-files...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
903 views
1 answer
    We've recently set up Jenkins to start automation of builds for a Windows application and this uses Cmake for ... -windows-slave-fails-unless-an-interactive-logon-has-been-opened...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
956 views
1 answer
    I want to compile VTK-DICOM to run on an ARM Raspberry Pi (Raspbian). Is it posible? Where should I start? ... .com/questions/65602691/how-to-compile-a-source-into-an-arm-binary...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
941 views
1 answer
    I'm building extension with CMake setup( ... cmdclass={'build_ext':Cmakebuildclass} ) where Cmakebuildclass is a custom ... -build-temp-linux-x86-64-3-6-during-setuptools-bdist...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I've a python wheel which contains shared libraries *.so alongwith the python module. Those shared libraries are ... -path-best-way-to-ensure-shared-libraries-of-python-package...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I've recently discovered this open source photo management software forked from Rawtherapee and really wanted to ... questions/65651380/building-art-photo-editing-software-on-macos...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
919 views
1 answer
    From the docs page: CMAKE_BUILD_TYPE Specifies the build type on single-configuration generators. This statically ... -cmake-build-type-debug-release-relwithdebinfo-and-minsizerel...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I feel almost silly for asking this but I couldn't find anything on this... Suppose I have a cmake project ... how-do-i-list-the-defined-make-targets-from-the-command-line...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I feel almost silly for asking this but I couldn't find anything on this... Suppose I have a cmake project ... how-do-i-list-the-defined-make-targets-from-the-command-line...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have my external library as shown in this picture that I create the symbolic links after: and the headers ... .com/questions/24570916/add-external-libraries-to-cmakelist-txt-c...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
977 views
1 answer
    I am new to cmake and currently studying find_package() from doc : find_package In Module mode, CMake searches for ... -cmake-module-path-are-both-empty-find-package-still-works...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
979 views
1 answer
    I am new to cmake and currently studying find_package() from doc : find_package In Module mode, CMake searches for ... -cmake-module-path-are-both-empty-find-package-still-works...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
872 views
1 answer
    I am using MSVC command line tools to try to compile a simple c++ based program for arm/arm64 on a x64 ... questions/66063056/cross-compiling-for-x64-arm-with-msvc-tools-on-windows...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I try to use cmake in my project (actually move from make to cmake). (我尝试在项目中使用cmake(实际上是从make转到cmake) ) I bump into a ... /home/phi/p2/build [7/7] Generating l.a ar: creating l.a...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
991 views
1 answer
    A Python package I'm currently working on has the following dependencies: a C++ library (which is included in ... with the dependencies itself or point to the missing libraries....
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...