Skip to content
Snippets Groups Projects
Commit 8634452d authored by Mark Charlebois's avatar Mark Charlebois Committed by Julian Oes
Browse files

Fixed logic for posix SITL build

parent 49eacbf6
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ else()
${CMAKE_SOURCE_DIR}/src/platforms/posix/main.cpp
apps.h
)
if (${CMAKE_C_COMPILER_ID} STREQUAL "Clang" AND NOT APPLE)
if (NOT ${CMAKE_C_COMPILER_ID} STREQUAL "Clang" AND NOT APPLE)
target_link_libraries(mainapp
-Wl,--start-group
${module_libraries}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment