Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix misleading 'Generated by CMake' comments in autotools templates
  • Loading branch information
thetic committed Mar 3, 2026
commit 46367c09766ac56d287ccf2934a38d1b384e2146
2 changes: 1 addition & 1 deletion pkg/CppUTestConfig.cmake.autotools.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
####### Generated from CppUTestConfig.cmake.autotools.in during 'make install' ######
####### Template processed by 'make install' from pkg/CppUTestConfig.cmake.autotools.in ######

set(PACKAGE_PREFIX_DIR "%%PREFIX%%")

Expand Down
2 changes: 1 addition & 1 deletion pkg/CppUTestTargets-relwithdebinfo.cmake.autotools.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#----------------------------------------------------------------
# Generated CMake target import file for configuration "RelWithDebInfo".
# CMake target import file for autotools install, configuration "RelWithDebInfo".
#----------------------------------------------------------------

# Commands may need to know the format version.
Expand Down
4 changes: 2 additions & 2 deletions pkg/CppUTestTargets.cmake.autotools.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by CMake
# Template processed by 'make install' from pkg/CppUTestTargets.cmake.autotools.in

if(CMAKE_VERSION VERSION_LESS "2.8.12")
message(FATAL_ERROR "CMake >= 2.8.12 required")
endif()
cmake_policy(PUSH)
cmake_policy(VERSION 2.8.12...3.31)
#----------------------------------------------------------------
# Generated CMake target import file.
# CMake target import file for autotools install.
#----------------------------------------------------------------

# Commands may need to know the format version.
Expand Down