How do you prevent CMake from adding C flags to linker flags when linking with GCC?
|
|
0
|
206
|
July 25, 2024
|
Avoiding "TARGET was not created in this directory" errors
|
|
0
|
734
|
July 24, 2024
|
Pass double quotes to batch script with execute_process()
|
|
3
|
248
|
July 23, 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
|
153
|
July 20, 2024
|
How to not install header-sets of private dependencies?
|
|
7
|
495
|
July 19, 2024
|
Let shared lib load other lib from relative path
|
|
2
|
130
|
July 18, 2024
|
file(GET_RUNTIME_DEPENDENCIES ...) unable to resolve dependencies even if RUNPATH is set.
|
|
1
|
239
|
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
|
160
|
July 16, 2024
|
Changing old FetchContent to comply with new restrictions
|
|
1
|
48
|
July 15, 2024
|
Is it a normal practice to search for a configuration file inside the find module?
|
|
2
|
66
|
July 15, 2024
|
add_custom_target COMMAND and star * bypass shell expansion
|
|
1
|
49
|
July 14, 2024
|
Making a Cmake package for LLDB
|
|
1
|
93
|
July 14, 2024
|
Where to use `cmake_minimum_required`?
|
|
2
|
536
|
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
|
328
|
July 11, 2024
|
list(SORT): Add support for SEMVER comparison
|
|
2
|
138
|
July 10, 2024
|
Getting a list of all source files for the running clang-format
|
|
1
|
167
|
July 10, 2024
|
Linking a prebuilt static library
|
|
5
|
1597
|
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
|
86
|
July 9, 2024
|
Linking to shared library built within my project works under linux but not Windows
|
|
6
|
1098
|
July 9, 2024
|
How Consuming Installed C++20 Modules the portable way
|
|
0
|
73
|
July 7, 2024
|
Generator expression in RUNTIME_DEPENDENCY_SET DIRECTORIES
|
|
4
|
597
|
July 3, 2024
|
find_library unable to find library even with HINTS/PATHS
|
|
6
|
10879
|
July 3, 2024
|
How to use fixup_bundle properly?
|
|
8
|
446
|
July 1, 2024
|
Generator expression in ExternalProject_Add() / CMAKE_ARGS
|
|
2
|
83
|
June 28, 2024
|
Tutorial Step 10: missing header 'mathfunctions_export.h'
|
|
13
|
224
|
June 26, 2024
|
Installing dll dependencies using RUNTIME_DEPENDENCY_SET and $<TARGET_RUNTIME_DLL_DIRS:${target}> bug?
|
|
4
|
465
|
June 25, 2024
|
Builds ok with Visual Studio but fails with nmake
|
|
1
|
113
|
June 24, 2024
|
Help with pkg_check_modules
|
|
9
|
683
|
June 23, 2024
|