Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 391457c

Browse files
merge patch from issue #43 by yappy
1 parent 1669616 commit 391457c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ else ()
164164
set_target_properties(aegis_static PROPERTIES OUTPUT_NAME "aegis")
165165
set_target_properties(aegis_static PROPERTIES LINKER_LANGUAGE CXX)
166166
target_compile_definitions(aegis_static PUBLIC AEGIS_SEPARATE_COMPILATION ${AEGIS_FLAGS})
167-
target_link_libraries(aegis_static INTERFACE ${REQUIRED_LIBS})
167+
target_link_libraries(aegis_static PUBLIC ${REQUIRED_LIBS})
168168
target_include_directories(aegis_static
169169
PUBLIC
170170
$<INSTALL_INTERFACE:include>

0 commit comments

Comments
 (0)