cmake icon indicating copy to clipboard operation
cmake copied to clipboard

CMake support infrastructure Boost submodule

Results 17 cmake issues
Sort by recently updated
recently updated
newest added

as request in https://github.com/boostorg/cmake/pull/57#issuecomment-2081401809

I created a CMake script module which implements a `boosttest_discover_tests` CMake function, similar to the one provided by CMake for GTest. It also implements the new `PRE_TEST`behavior that exists for...

Hi, I am trying to install boost v1.83.0 with CPM.cmake, but some headers like the ones in cannot be found in the standard path during build. Can you tell me...

Try to build as `universal` lib on macOS Apple M1, but always failed. Is it possible to build boost as `universal` lib on macOS Apple M1? cmake command with options...

Right now every boost target provides its headers by setting the following property: `INTERFACE_INCLUDE_DIRECTORIES`. And there is another property: `INTERFACE_SYSTEM_INCLUDE_DIRECTORIES` which, I think, should be used as well. I don't...

can you please drop it let rewrite it by CMAKE_DISABLE_FIND_PACKAGE_ thanks

Originally reported in https://github.com/boostorg/filesystem/issues/226. If `CMakeLists.txt` of a library contains one-line dependency such as this: ``` target_link_libraries(boost_filesystem PRIVATE Boost::atomic) ``` the dependency scanner does not recognize this. This affects Boost.Filesystem,...

Is there an alternative to specifying and building multiple binaries for a Boost.Python project? For example, `boost-python310` and `boost-python312` are not compatible. How to build both binaries using CMake? B2...

I am not sure if this is the right place to ask this question, but since it's CMake related, i give it a try. First some background, i am using...

With `b2` i can specify the Windows API version to build against with e.g. `define=BOOST_USE_WINAPI_VERSION=0x0601` but unless i miss something this cannot be done for the CMake build.