Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about external-project

Read more about external-project

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - external-project

Integrate pre-compiled libraries into C++ codebase with CMake ExternalProject

I want to integrate CasADi into a CMake-based C++ codebase as an ExternalProject. For this purpose, I would like to use pre-compiled libraries because building from source is not recommended. So far, ...
test-img

fdev

c++

cmake

dynamic-linking

external-project

casadi

Votes: 0

Answers: 1

Latest Answer

There is a natural problem with ExternalProject_Add: ExternalProject_Add executes commands only on build. Hence, download will not happen at the configure stage of your project which makes it diffic...
test-img

image357

Bazel doesn't exit after build when called from CMake (ExternalProject_Add)

I am trying to build an external project that uses Bazel as its build system from CMake with Ninja. I am doing this by using ExternalProject_Add ExternalProject_Add(bazel_proj SOURCE_DIR "${baz...
test-img

Amin Ya

c++

cmake

bazel

ninja

external-project

Votes: 0

Answers: 1

Latest Answer

Bazel has a client/server model, where the server stays around for subsequent incremental builds. So this might be due to the server staying around. Try using the --batch startup flag, which tells baz...
test-img

ahumesky

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved