Commit e8d1a1aa authored by Umang Yadav's avatar Umang Yadav Committed by Chris Austen
Browse files

Disable use of linker temporarily to fix cmake order problem (#2023)

temporarily disable linker
parent 82b7ccfb
......@@ -24,11 +24,7 @@
find_program(EMBED_LD ld)
find_program(EMBED_OBJCOPY objcopy)
if(LINUX)
option(EMBED_USE_LD "Use ld to embed data files" ON)
else()
option(EMBED_USE_LD "Use ld to embed data files" OFF)
endif()
option(EMBED_USE_LD "Use ld to embed data files" OFF)
function(wrap_string)
set(options)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment