Fix CMAKE build
This fixes the broken includes that stopepd the IEEE 754 check from compiling.
This commit is contained in:
parent
c8304d9ff8
commit
90356fce46
2 changed files with 3 additions and 2 deletions
|
@ -472,8 +472,6 @@ check_compiler_has_flag(
|
|||
HAS_COMPILER_FLAG_WCONDITIONAL_INITIALIZED
|
||||
)
|
||||
|
||||
set(CXX_FLAGS_PROJECT "${CXX_FLAGS_PROJECT} -include boost-patched/bind/arg.hpp")
|
||||
|
||||
### Set the final compiler flags.
|
||||
|
||||
set(COMPILER_FLAGS "${CXX_FLAGS_PROJECT}")
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
set(CXX_FLAGS_PROJECT "${CXX_FLAGS_PROJECT} -include boost-patched/bind/arg.hpp")
|
||||
|
||||
# store the specified sources list in the specified variable
|
||||
function(GetSources source_list store_in_var)
|
||||
file(STRINGS "../source_lists/${source_list}" sources)
|
||||
|
|
Loading…
Add table
Reference in a new issue