We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.cmake-format
1 parent 03ffc1a commit 4f1eb15Copy full SHA for 4f1eb15
error/.cmake-format
@@ -1,3 +1,4 @@
1
{
2
- "line_width": 120
+ "line_width": 120,
3
+ "max_subgroups_hwrap": 3
4
}
error/CMakeLists.txt
@@ -37,10 +37,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
37
endif()
38
39
# Get all targets in this directory
40
- get_property(
41
- TARGETS
42
- DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
43
- PROPERTY BUILDSYSTEM_TARGETS)
+ get_property(TARGETS DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY BUILDSYSTEM_TARGETS)
44
45
foreach(TARGET IN LISTS TARGETS)
46
# Statically analyze code by checking for warnings
0 commit comments