Skip to content
Snippets Groups Projects
Commit a1261ce9 authored by Jessica Hamilton's avatar Jessica Hamilton Committed by Brad King
Browse files

Platform/Haiku: Remove the include-once behavior

The behavior was added by commit 7ebc1cb2 (Haiku: Several fixes to
platform module, 2013-10-05, v3.0.0-rc1~541^2~3), but was not explained
in its commit message.  No other platform modules do this.

The include-once behavior results in incorrect variables set in some
larger projects, e.g. .NET Core, particularly when cross-compiling,
`CMAKE_DL_LIBS` being one of these.  Remove it.
parent b880867e
No related merge requests found
# process only once
if(HAIKU)
return()
endif()
set(HAIKU 1)
set(UNIX 1)
......
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