Skip to content

Commit

Permalink
Don't load StaticBuild via cmake search path
Browse files Browse the repository at this point in the history
This resolves a conflict with lokinet, as both have (different)
StaticBuild.cmake scripts.
  • Loading branch information
jagerman committed Aug 28, 2023
1 parent 15821c5 commit 0fdbb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endif()
include(GNUInstallDirs)

if(BUILD_STATIC_DEPS)
include(StaticBuild)
include(cmake/StaticBuild.cmake)
endif()

# Interface target for any general includes, flags, etc. that is meant to be inherited publicly.
Expand Down

0 comments on commit 0fdbb2c

Please sign in to comment.