Remove some old commented out CMake code

This commit is contained in:
Martin Hořeňovský 2022-04-28 10:53:03 +02:00
parent 07dfb4b070
commit 745cc82cd3
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

View File

@ -103,13 +103,6 @@ if (CATCH_DEVELOPMENT_BUILD)
add_warnings_to_targets("${CATCH_WARNING_TARGETS}") add_warnings_to_targets("${CATCH_WARNING_TARGETS}")
endif() endif()
#set_property(GLOBAL PROPERTY USE_FOLDERS ON)
#
#
#
#
#
# Only perform the installation steps when Catch is not being used as # Only perform the installation steps when Catch is not being used as
# a subproject via `add_subdirectory`, or the destinations will break, # a subproject via `add_subdirectory`, or the destinations will break,
# see https://github.com/catchorg/Catch2/issues/1373 # see https://github.com/catchorg/Catch2/issues/1373