Skip to content

Commit fcdb2e1

Browse files
committed
Make external link private
1 parent 6b4e0fa commit fcdb2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/external/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ add_executable(example example.cpp)
88

99
find_package(ePhotosynthesis REQUIRED)
1010

11-
target_link_libraries(example PUBLIC ePhotosynthesis::EPhotosynthesis)
11+
target_link_libraries(example PRIVATE ePhotosynthesis::EPhotosynthesis)

0 commit comments

Comments
 (0)