Fix CMAKE build

This fixes the broken includes that stopepd the IEEE 754 check from compiling.
This commit is contained in:
Andreas Löf 2016-12-28 16:36:17 +13:00
parent c8304d9ff8
commit 90356fce46
2 changed files with 3 additions and 2 deletions

View file

@ -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}")

View file

@ -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)