Merge pull request #4861 from ligfx/cmaketests

CMake: move modules from CMakeTests/ -> CMake/
This commit is contained in:
Markus Wick 2017-02-08 09:25:18 +01:00 committed by GitHub
commit f3068165e5
22 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ endif()
option(DSPTOOL "Build dsptool" OFF) option(DSPTOOL "Build dsptool" OFF)
list(APPEND CMAKE_MODULE_PATH list(APPEND CMAKE_MODULE_PATH
${CMAKE_SOURCE_DIR}/CMakeTests ${CMAKE_SOURCE_DIR}/CMake
) )
# Support functions # Support functions