Avoiding "TARGET was not created in this directory" errors
|
|
0
|
638
|
July 24, 2024
|
Pass double quotes to batch script with execute_process()
|
|
3
|
217
|
July 23, 2024
|
Is it good or bad practice to set the CMAKE_TOOLCHAIN_FILE from within CMakeLists.txt?
|
|
1
|
559
|
July 21, 2024
|
How to re-use sub-target header-files/dependencies
|
|
9
|
64
|
July 20, 2024
|
Moved discussion here from CLion issues about CMAKE_BUILD_TYPE, buildPresets vs configurePresets, and Ninja Multi-Config
|
|
0
|
129
|
July 20, 2024
|
How to not install header-sets of private dependencies?
|
|
7
|
431
|
July 19, 2024
|
Let shared lib load other lib from relative path
|
|
2
|
110
|
July 18, 2024
|
Prevent MinGW generator from building "liblib" outputs
|
|
3
|
62
|
July 18, 2024
|
file(GET_RUNTIME_DEPENDENCIES ...) unable to resolve dependencies even if RUNPATH is set.
|
|
1
|
215
|
July 17, 2024
|
CMake Error at CMakeLists.txt:249 (string): string sub-command COMPARE, mode EQUAL needs at least 5 arguments total to command.
|
|
2
|
149
|
July 16, 2024
|
Changing old FetchContent to comply with new restrictions
|
|
1
|
47
|
July 15, 2024
|
Is it a normal practice to search for a configuration file inside the find module?
|
|
2
|
64
|
July 15, 2024
|
add_custom_target COMMAND and star * bypass shell expansion
|
|
1
|
47
|
July 14, 2024
|
Making a Cmake package for LLDB
|
|
1
|
87
|
July 14, 2024
|
Where to use `cmake_minimum_required`?
|
|
2
|
441
|
July 13, 2024
|
RPM does not include <exportname>-<config>.cmake, results in IMPORTED_LOCATION not set for imported target
|
|
6
|
39
|
July 13, 2024
|
CMake 3.30 doesn't let me use $(ARCHS_STANDARD) to set CMAKE_OSX_ARCHITECTURES
|
|
6
|
294
|
July 11, 2024
|
list(SORT): Add support for SEMVER comparison
|
|
2
|
134
|
July 10, 2024
|
Getting a list of all source files for the running clang-format
|
|
1
|
142
|
July 10, 2024
|
Linking a prebuilt static library
|
|
5
|
1465
|
July 10, 2024
|
Best way to have a library package install a main.cpp and run add_executable in context of user project when it calls my CMake function?
|
|
2
|
77
|
July 9, 2024
|
Linking to shared library built within my project works under linux but not Windows
|
|
6
|
1072
|
July 9, 2024
|
How Consuming Installed C++20 Modules the portable way
|
|
0
|
63
|
July 7, 2024
|
Generator expression in RUNTIME_DEPENDENCY_SET DIRECTORIES
|
|
4
|
585
|
July 3, 2024
|
find_library unable to find library even with HINTS/PATHS
|
|
6
|
10554
|
July 3, 2024
|
How to use fixup_bundle properly?
|
|
8
|
391
|
July 1, 2024
|
Generator expression in ExternalProject_Add() / CMAKE_ARGS
|
|
2
|
76
|
June 28, 2024
|
Tutorial Step 10: missing header 'mathfunctions_export.h'
|
|
13
|
211
|
June 26, 2024
|
Installing dll dependencies using RUNTIME_DEPENDENCY_SET and $<TARGET_RUNTIME_DLL_DIRS:${target}> bug?
|
|
4
|
428
|
June 25, 2024
|
Builds ok with Visual Studio but fails with nmake
|
|
1
|
112
|
June 24, 2024
|