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 5d31f05 commit 250050cCopy full SHA for 250050c
cmake/yup_modules.cmake
@@ -719,6 +719,8 @@ function (yup_add_module module_path modules_definitions module_group)
719
_yup_module_get_upstream_path ("${module_name}" "${module_path}" module_upstream_path)
720
if (module_upstream_path)
721
list (APPEND module_include_paths "${module_upstream_path}")
722
+ else()
723
+ list (APPEND module_include_paths "${CMAKE_BINARY_DIR}/externals/${module_name}/upstream")
724
endif()
725
726
0 commit comments