We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e6a47 commit 1e87e6cCopy full SHA for 1e87e6c
cmake/MELConfig.cmake.in
@@ -8,9 +8,9 @@ if(NOT TARGET MEL::MEL)
8
list(APPEND CMAKE_MODULE_PATH "${MEL_CMAKE_DIR}/Modules")
9
# find dependencies and set targets filename
10
if (MSVC)
11
- find_dependency(HIL)
12
- find_dependency(NIDAQmx)
13
- find_dependency(Myo)
+ find_package(HIL QUIET)
+ find_package(NIDAQmx QUIET)
+ find_package(Myo QUIET)
14
endif()
15
# include the appropriate targets file
16
include("${MEL_CMAKE_DIR}/MELTargets.cmake")
0 commit comments