File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -545,7 +545,8 @@ function(nbl_project_process_test_module)
545
545
get_filename_component (NBL_TEMPLATE_JSON_DIR_ABS_ "${NBL_TEMPLATE_JSON_DIR} " ABSOLUTE )
546
546
set (NBL_PROFILES_JSON_DIR "${NBL_TEMPLATE_JSON_DIR} /.profiles" )
547
547
get_filename_component (NBL_PROFILES_JSON_DIR_ABS_ "${NBL_PROFILES_JSON_DIR} " ABSOLUTE )
548
-
548
+
549
+ file (RELATIVE_PATH NBL_ROOT_PATH_REL "${NBL_TEMPLATE_JSON_DIR} " "${NBL_ROOT_PATH} " )
549
550
cmake_path (GET NBL_TEMPLATE_JSON_DIR FILENAME _NBL_PF_MODULE_NAME_ )
550
551
set (_NBL_PF_DESC_NAME_ "${_NBL_PF_MODULE_NAME_} test module" )
551
552
@@ -1332,4 +1333,4 @@ sleep 5
1332
1333
else ()
1333
1334
execute_process (COMMAND ${CMAKE_COMMAND} -E echo "NBL_UPDATE_GIT_SUBMODULE is turned OFF therefore submodules won't get updated." )
1334
1335
endif ()
1335
- endfunction ()
1336
+ endfunction ()
You can’t perform that action at this time.
0 commit comments