Revision 72eaeb41f5c0ba7dd4a3a4fa562fcd057fb68332 authored by Joachim Wuttke (o) on 12 February 2020, 12:07:31 UTC, committed by Joachim Wuttke (o) on 12 February 2020, 12:22:51 UTC
Besides CPackConfig.cmake, the module also generates CPackSourceConfig.cmake.
1 parent c35a9ff
Raw File
CMakeLists.txt
add_test(NAME FindGit.Test COMMAND
  ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>
  --build-and-test
  "${CMake_SOURCE_DIR}/Tests/FindGit/Test"
  "${CMake_BINARY_DIR}/Tests/FindGit/Test"
  ${build_generator_args}
  --build-project TestFindGit
  --build-options ${build_options}
  --test-command ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>
  )
back to top