Skip to content

Commit c0e74a9

Browse files
starseekermpictor
authored andcommitted
Add CMake footer comment to CMake files
1 parent a7579f0 commit c0e74a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+365
-19
lines changed

CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,11 @@ add_dependencies( core stepdai check-express stepeditor exp2cxx )
146146
foreach( _msg ${CONFIG_END_MESSAGES} )
147147
message( "${_msg}" )
148148
endforeach( _msg ${CONFIG_END_MESSAGES} )
149+
150+
# Local Variables:
151+
# tab-width: 8
152+
# mode: cmake
153+
# indent-tabs-mode: t
154+
# End:
155+
# ex: shiftwidth=2 tabstop=8
156+

CTestConfig.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ set(CTEST_DROP_METHOD "http")
88
set(CTEST_DROP_SITE "my.cdash.org")
99
set(CTEST_DROP_LOCATION "/submit.php?project=StepClassLibrary")
1010
set(CTEST_DROP_SITE_CDASH TRUE)
11+
12+
# Local Variables:
13+
# tab-width: 8
14+
# mode: cmake
15+
# indent-tabs-mode: t
16+
# End:
17+
# ex: shiftwidth=2 tabstop=8
18+

cmake/CheckCFileRuns.cmake

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,10 @@ MACRO(CHECK_C_FILE_RUNS SOURCE VAR)
8282
ENDIF("${VAR}" MATCHES "^${VAR}$")
8383
ENDMACRO(CHECK_C_FILE_RUNS)
8484

85+
# Local Variables:
86+
# tab-width: 8
87+
# mode: cmake
88+
# indent-tabs-mode: t
89+
# End:
90+
# ex: shiftwidth=2 tabstop=8
91+

cmake/FindRE2C.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ mark_as_advanced(RE2C_EXECUTABLE)
88

99
include(FindPackageHandleStandardArgs)
1010
FIND_PACKAGE_HANDLE_STANDARD_ARGS(RE2C DEFAULT_MSG RE2C_EXECUTABLE)
11+
12+
# Local Variables:
13+
# tab-width: 8
14+
# mode: cmake
15+
# indent-tabs-mode: t
16+
# End:
17+
# ex: shiftwidth=2 tabstop=8
18+

cmake/SC_Build_opts.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,11 @@ IF( NOT SC_IS_SUBBUILD )
142142
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
143143

144144
endif(NOT SC_IS_SUBBUILD)
145+
146+
# Local Variables:
147+
# tab-width: 8
148+
# mode: cmake
149+
# indent-tabs-mode: t
150+
# End:
151+
# ex: shiftwidth=2 tabstop=8
152+

cmake/SC_CXX_schema_macros.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,11 @@ MACRO( SCHEMA_TARGETS expFile schemaName sourceFiles )
106106
# TODO add test to verify that schema scanner output matches fedex_plus output
107107
108108
ENDMACRO( SCHEMA_TARGETS expFile schemaName sourceFiles )
109+
110+
# Local Variables:
111+
# tab-width: 8
112+
# mode: cmake
113+
# indent-tabs-mode: t
114+
# End:
115+
# ex: shiftwidth=2 tabstop=8
116+

cmake/SC_Config_Headers.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,11 @@ add_custom_command(OUTPUT ver_string ${CMAKE_CURRENT_BINARY_DIR}/${INCLUDE_INSTA
8686
set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/${INCLUDE_INSTALL_DIR}/sc_version_string.h
8787
PROPERTIES GENERATED TRUE
8888
HEADER_FILE_ONLY TRUE )
89+
90+
# Local Variables:
91+
# tab-width: 8
92+
# mode: cmake
93+
# indent-tabs-mode: t
94+
# End:
95+
# ex: shiftwidth=2 tabstop=8
96+

cmake/SC_Locale.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ ENDIF(_orig_lc_messages)
1212
IF(_orig_lang)
1313
SET(ENV{LANG} C)
1414
ENDIF(_orig_lang)
15+
16+
# Local Variables:
17+
# tab-width: 8
18+
# mode: cmake
19+
# indent-tabs-mode: t
20+
# End:
21+
# ex: shiftwidth=2 tabstop=8
22+

cmake/SC_Outdirs.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ FOREACH(CFG_TYPE ${CMAKE_CONFIGURATION_TYPES})
2020
SET("CMAKE_RUNTIME_OUTPUT_DIRECTORY_${CFG_TYPE}" ${SC_BINARY_DIR}/bin CACHE INTERNAL "Single output directory for building all executables.")
2121
ENDIF(NOT "CMAKE_RUNTIME_OUTPUT_DIRECTORY_${CFG_TYPE}")
2222
ENDFOREACH()
23+
24+
# Local Variables:
25+
# tab-width: 8
26+
# mode: cmake
27+
# indent-tabs-mode: t
28+
# End:
29+
# ex: shiftwidth=2 tabstop=8
30+

cmake/SC_Paths.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ MACRO( LOCATE_SCHEMA SCHEMA_FILE _res_var )
3333
message(FATAL_ERROR "Expected one express file. Found '${${_res_var}}' instead.")
3434
endif()
3535
ENDMACRO( LOCATE_SCHEMA SCHEMA_FILE _res_var )
36+
37+
# Local Variables:
38+
# tab-width: 8
39+
# mode: cmake
40+
# indent-tabs-mode: t
41+
# End:
42+
# ex: shiftwidth=2 tabstop=8
43+

0 commit comments

Comments
 (0)