We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a66c18 commit 9015fa5Copy full SHA for 9015fa5
1 file changed
CMakeLists.txt
@@ -20,7 +20,7 @@ option(DMBOOT_EMULATION "Enable Renode emulation mode" OFF)
20
# Convert relative manifest path to absolute so it remains valid when the
21
# working directory changes during the build (e.g. dmf-get is invoked from a
22
# different directory than where cmake was originally run).
23
-if(DMBOOT_MANIFEST_URL AND NOT DMBOOT_MANIFEST_URL MATCHES "^https?://")
+if(DMBOOT_MANIFEST_URL AND NOT DMBOOT_MANIFEST_URL MATCHES "://")
24
get_filename_component(DMBOOT_MANIFEST_URL "${DMBOOT_MANIFEST_URL}" ABSOLUTE BASE_DIR "${CMAKE_BINARY_DIR}")
25
message(STATUS "Resolved manifest path to absolute: ${DMBOOT_MANIFEST_URL}")
26
endif()
0 commit comments