Merge pull request #4861 from ligfx/cmaketests
CMake: move modules from CMakeTests/ -> CMake/
This commit is contained in:
commit
f3068165e5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue