Skip to content

Commit 24e7123

Browse files
committed
Making AMS dependencies as private
1 parent 7bdfa90 commit 24e7123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AMSlib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ target_include_directories(AMS PUBLIC
5858
$<INSTALL_INTERFACE:include/>)
5959
target_include_directories(AMS PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
6060
target_link_directories(AMS PUBLIC ${AMS_APP_LIB_DIRS})
61-
target_link_libraries(AMS PUBLIC ${AMS_APP_LIBRARIES} stdc++fs)
61+
target_link_libraries(AMS PRIVATE ${AMS_APP_LIBRARIES} stdc++fs)
6262

6363
#-------------------------------------------------------------------------------
6464
# create the configuration header file with the respective information

0 commit comments

Comments
 (0)