Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Oct 28, 2024
1 parent fc75ca4 commit 66d80b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ endif()
set(INSTALL_CONFIGDIR ${CMAKE_INSTALL_LIBDIR}/cmake/scn)

set(targets "scn")
if(NOT SCN_USE_EXTERNAL_FAST_FLOAT)
if (NOT SCN_DISABLE_FAST_FLOAT AND NOT SCN_USE_EXTERNAL_FAST_FLOAT)
list(APPEND targets fast_float)
endif()
endif ()

install(TARGETS ${targets}
EXPORT scn-targets
Expand Down

0 comments on commit 66d80b6

Please sign in to comment.