Skip to content

Commit

Permalink
Merge pull request #65 from Klebert-Engineering/sfl-fix
Browse files Browse the repository at this point in the history
Fix build because of new SFL CMakeLists.txt
  • Loading branch information
josephbirkner authored Jan 12, 2024
2 parents 8366b8d + 8679d21 commit be38269
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ if (NOT TARGET sfl)
GIT_TAG "master"
GIT_SHALLOW ON)
FetchContent_MakeAvailable(sfl)
add_library(sfl INTERFACE)
FetchContent_GetProperties(sfl SOURCE_DIR sfl_source_dir)
target_include_directories(sfl INTERFACE "${sfl_source_dir}/include")
add_library(sfl::sfl ALIAS sfl)
endif()

if (NOT TARGET stx)
Expand Down

0 comments on commit be38269

Please sign in to comment.