https://github.com/Kitware/CMake
Revision 187928875d215df8757b291ad629a36df75da42b authored by Brad King on 31 May 2019, 17:18:21 UTC, committed by Kitware Robot on 31 May 2019, 17:18:31 UTC
42e14d90b1 VS: Added support for VS package references for nuget

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Leonid Pospelov <pospelovlm@yandex.ru>
Merge-request: !3389
2 parent s 66bba23 + 42e14d9
Raw File
Tip revision: 187928875d215df8757b291ad629a36df75da42b authored by Brad King on 31 May 2019, 17:18:21 UTC
Merge topic 'vs-add-package-reference'
Tip revision: 1879288
CTestScriptMode.cmake
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

#[=======================================================================[.rst:
CTestScriptMode
---------------



This file is read by ctest in script mode (-S)
#]=======================================================================]

# Determine the current system, so this information can be used
# in ctest scripts
include(CMakeDetermineSystem)

# Also load the system specific file, which sets up e.g. the search paths.
# This makes the FIND_XXX() calls work much better
include(CMakeSystemSpecificInformation)

back to top