aboutsummaryrefslogtreecommitdiff
path: root/test/postinstall/testappprojinfo/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/postinstall/testappprojinfo/CMakeLists.txt')
-rw-r--r--test/postinstall/testappprojinfo/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/postinstall/testappprojinfo/CMakeLists.txt b/test/postinstall/testappprojinfo/CMakeLists.txt
index 2405bc8c..beac54ff 100644
--- a/test/postinstall/testappprojinfo/CMakeLists.txt
+++ b/test/postinstall/testappprojinfo/CMakeLists.txt
@@ -17,7 +17,7 @@ foreach(_variableName ${_variableNames})
endforeach()
add_executable(testappprojinfo testappprojinfo.c)
-target_link_libraries(testappprojinfo ${${USE_PROJ_NAME}_LIBRARIES})
+target_link_libraries(testappprojinfo PRIVATE ${${USE_PROJ_NAME}_LIBRARIES})
include(CTest)