File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ endmacro(nnas_include)
4141# - this may drop warnings like "-- Could NOT find Eigen (missing: Eigen_DIR)
4242# nnfw_find_package(Eigen QUIET): Load settings silently, without warnings
4343# nnfw_find_package(Eigen REQUIRED): Load settings but stop with error when failed
44- macro (nnfw_find_package PREFIX ) #
44+ macro (nnfw_find_package PREFIX )
4545 find_package (${PREFIX} CONFIG NO_DEFAULT_PATH
4646 PATHS ${CMAKE_SOURCE_DIR} /cmake/packages
4747 ${ARGN}
4848 )
4949endmacro (nnfw_find_package )
5050
5151# Common 'find_package()' wrapper to find in infra/cmake/packages folder
52- macro (nnas_find_package PREFIX ) #
52+ macro (nnas_find_package PREFIX )
5353 find_package (${PREFIX} CONFIG NO_DEFAULT_PATH
5454 PATHS ${NNAS_PROJECT_SOURCE_DIR} /infra/cmake/packages
5555 ${ARGN}
You can’t perform that action at this time.
0 commit comments