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)
CMake find_package for another library in same project
I want to make a builder project that checks out sub-modules and builds them as a group, and I would like to build them in a single pass.
builder
submod1
submod2 #depends on submod1
submod3 #de...
Sir Demios
Votes: 0
Answers: 1
CMake - Build only listed Boost libraries in find_package
I am trying to install boost using cmake for my project. From a little study I found that one of the recommended ways to install boost libraries is to use the cmake command find_package (How do you ad...
Optimus Prime
Votes: 0
Answers: 1
bazel connect find_package from cmake
I'm trying to use bazel's cmake from rules_foreign_cc to build a library called fcl. That package has, in it's CMakeLists.txt, a find_package(ccd QUIET) statement. It wants to find the ccd (or libccd)...
Colin
Votes: 0
Answers: 2
Under what conditions does find_package() print a message?
The CMake find_package() command sometimes prints a message, indication that the package has been found, and possibly the found version.
What are the condition(s) for this message being printed, other...
ein supports Moderator Strike
Votes: 0
Answers: 1