We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bdfa90 commit 24e7123Copy full SHA for 24e7123
src/AMSlib/CMakeLists.txt
@@ -58,7 +58,7 @@ target_include_directories(AMS PUBLIC
58
$<INSTALL_INTERFACE:include/>)
59
target_include_directories(AMS PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
60
target_link_directories(AMS PUBLIC ${AMS_APP_LIB_DIRS})
61
-target_link_libraries(AMS PUBLIC ${AMS_APP_LIBRARIES} stdc++fs)
+target_link_libraries(AMS PRIVATE ${AMS_APP_LIBRARIES} stdc++fs)
62
63
#-------------------------------------------------------------------------------
64
# create the configuration header file with the respective information
0 commit comments