Skip to content

Commit 04a4aee

Browse files
author
codethinki
committed
removed cth_set_newest_c_cpp_standard, use cth_set_latest_c_cpp_standard
1 parent a44dd2b commit 04a4aee

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

cth_setup_utilities.cmake

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,4 @@ macro(cth_set_latest_c_cpp_standard)
7272
set(CMAKE_CXX_EXTENSIONS OFF)
7373

7474
message("Set cxx standard to ${CMAKE_CXX_STANDARD}")
75-
endmacro()
76-
77-
#[[.rst
78-
deprecated use
79-
.. code-block:: cmake
80-
cth_set_latest_c_cpp_standard()
81-
#]]
82-
macro(cth_set_newest_c_cpp_standard)
83-
message(WARNING "using deprecated 'cth_set_newest_c_cpp_standard', use 'cth_set_latest_c_cpp_standard' instead")
8475
endmacro()

0 commit comments

Comments
 (0)