CMake Qt project suddenly failing: “Cannot find source file” with duplicated file path after Git reset / vcpkg changes
|
|
2
|
53
|
August 3, 2025
|
Example: GNU Patch from CMake
|
|
1
|
1289
|
August 1, 2025
|
variable scoping confusion..
|
|
3
|
64
|
August 1, 2025
|
Populate include directories from sub_directory to all of parts of the project. How?
|
|
20
|
125
|
July 31, 2025
|
ExternalProject_Add + autotools
|
|
0
|
24
|
July 31, 2025
|
Python_SOABI should match version of find_package(Python3 VERSION)
|
|
1
|
21
|
July 28, 2025
|
Why does install() raise an error when RESOURCE is given a directory but CMake happily builds the app bundle?
|
|
3
|
76
|
July 27, 2025
|
configure files based on target
|
|
0
|
14
|
July 26, 2025
|
How to get the default suffix of executables?
|
|
1
|
30
|
July 25, 2025
|
Code generation for multiple targets
|
|
1
|
49
|
July 25, 2025
|
Report Caller location?
|
|
1
|
29
|
July 25, 2025
|
CMake Error messages in a more clickable way.
|
|
2
|
69
|
July 25, 2025
|
How to test for set env variables without getting warnings
|
|
7
|
87
|
July 25, 2025
|
Avoiding "TARGET was not created in this directory" errors
|
|
1
|
879
|
July 25, 2025
|
TEST_LAUNCHER documentation
|
|
1
|
24
|
July 24, 2025
|
Reference documentation for FetchContent
|
|
1
|
59
|
September 24, 2024
|
install(EXPORT) does not properly take into account of paths containing '..'
|
|
3
|
33
|
July 22, 2025
|
Parsing data efficiently (JSON or maybe something else?)
|
|
2
|
41
|
July 21, 2025
|
FetchContent and cache variables collisions
|
|
3
|
88
|
July 19, 2025
|
Using Intentdefinition Compiler using cmake for code generation
|
|
5
|
244
|
July 19, 2025
|
How do you prevent CMake from adding C flags to linker flags when linking with GCC?
|
|
1
|
222
|
July 18, 2025
|
Prevent MinGW generator from building "liblib" outputs
|
|
5
|
114
|
July 18, 2025
|
How to not install header-sets of private dependencies?
|
|
9
|
602
|
July 18, 2025
|
How to traverse `target_link_libraries` dependencies in the file api?
|
|
2
|
46
|
July 18, 2025
|
Does `find_dependency` also export target?
|
|
5
|
55
|
July 17, 2025
|
Configure custom commands and targets (e.g., for generating docs) without compiler checks
|
|
3
|
28
|
July 17, 2025
|
Add settings to visual studio, e.g., an exception or a plugin property
|
|
2
|
25
|
July 16, 2025
|
importing external projects using fetchContent or find_package
|
|
7
|
89
|
July 16, 2025
|
Query available version(s) of package before find_package()
|
|
1
|
37
|
July 16, 2025
|
The list of include directories is empty by default.
|
|
1
|
30
|
July 14, 2025
|