From 4258a5086e25fd9abecdcdf302da110406d857e7 Mon Sep 17 00:00:00 2001 From: "Andrey E. Antipov" Date: Sat, 2 Feb 2019 23:53:47 -0700 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb53cbe..daa591f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,6 +46,9 @@ endif() # fftw3 add_fftw3() +# https://stackoverflow.com/questions/25365160/boostmultiprecisionfloat128-and-c11 +add_definitions("-fext-numeric-literals") + ### add source/binary root of the project to included path include_directories( ${CMAKE_SOURCE_DIR}