Skip to content

Commit

Permalink
cmake: don't use EXCLUDE_FROM_ALL with interface libraries (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Softkandi authored Sep 17, 2024
1 parent 726d2ba commit 4594029
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 @@ -100,7 +100,7 @@ set(SRCS
# COMMON LIBRARY
# ------------------------------------------------------------------------------

add_library(tig_common INTERFACE EXCLUDE_FROM_ALL)
add_library(tig_common INTERFACE)

target_include_directories(tig_common INTERFACE
${FPATTERN_INCLUDE_DIR}
Expand Down

0 comments on commit 4594029

Please sign in to comment.