mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-24 14:26:10 +01:00
Rename contrib/ to extras/
This commit is contained in:
parent
0fea081ad1
commit
918aa327fa
@ -39,7 +39,7 @@ add_subdirectory(tests)
|
|||||||
#option(CATCH_ENABLE_COVERAGE "Generate coverage for codecov.io" OFF)
|
#option(CATCH_ENABLE_COVERAGE "Generate coverage for codecov.io" OFF)
|
||||||
#option(CATCH_ENABLE_WERROR "Enable all warnings as errors" ON)
|
#option(CATCH_ENABLE_WERROR "Enable all warnings as errors" ON)
|
||||||
#option(CATCH_INSTALL_DOCS "Install documentation alongside library" ON)
|
#option(CATCH_INSTALL_DOCS "Install documentation alongside library" ON)
|
||||||
#option(CATCH_INSTALL_HELPERS "Install contrib alongside library" ON)
|
#option(CATCH_INSTALL_EXTRAS "Install extras alongside library" ON)
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
#set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
||||||
@ -188,9 +188,9 @@ add_subdirectory(tests)
|
|||||||
# # Install CMake scripts
|
# # Install CMake scripts
|
||||||
# install(
|
# install(
|
||||||
# FILES
|
# FILES
|
||||||
# "contrib/ParseAndAddCatchTests.cmake"
|
# "extras/ParseAndAddCatchTests.cmake"
|
||||||
# "contrib/Catch.cmake"
|
# "extras/Catch.cmake"
|
||||||
# "contrib/CatchAddTests.cmake"
|
# "extras/CatchAddTests.cmake"
|
||||||
# DESTINATION
|
# DESTINATION
|
||||||
# ${CATCH_CMAKE_CONFIG_DESTINATION}
|
# ${CATCH_CMAKE_CONFIG_DESTINATION}
|
||||||
# )
|
# )
|
||||||
@ -198,8 +198,8 @@ add_subdirectory(tests)
|
|||||||
# # Install debugger helpers
|
# # Install debugger helpers
|
||||||
# install(
|
# install(
|
||||||
# FILES
|
# FILES
|
||||||
# "contrib/gdbinit"
|
# "extras/gdbinit"
|
||||||
# "contrib/lldbinit"
|
# "extras/lldbinit"
|
||||||
# DESTINATION
|
# DESTINATION
|
||||||
# ${CMAKE_INSTALL_DATAROOTDIR}/Catch2
|
# ${CMAKE_INSTALL_DATAROOTDIR}/Catch2
|
||||||
# )
|
# )
|
||||||
|
Loading…
Reference in New Issue
Block a user