Skip to content

Commit

Permalink
Fix build on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 20, 2024
1 parent 6daedeb commit 39739c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ project(XaoS)
# set(CMAKE_C_COMPILER gcc-13.2)
# set(CMAKE_CXX_COMPILER g++-13.2)

# WARNING: add -DUSE_FLOAT128 if you want to enable deep zoom via quadmath (may be unsupported on Mac)
add_definitions(-DUSE_SFFE -DSFFE_CMPLX_GSL)
# WARNING: add -DUSE_FLOAT128 instead of -DUSE_LONG_DOUBLE
# if you want to enable deep zoom via quadmath (this may be unsupported on Mac)
add_definitions(-DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL)

# resolve symbolic links
set(CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS TRUE)
Expand Down Expand Up @@ -131,7 +132,7 @@ target_link_libraries(XaoS
Qt6::Widgets
Qt6::PrintSupport
# WARNING: uncomment the next line if you want to enable deep zoom:
# quadmath
# quadmath
)

# install bundle
Expand Down

0 comments on commit 39739c8

Please sign in to comment.