cxx: unconditionally link to stdc++fs if found

This commit is contained in:
Danny Robson 2017-01-23 21:42:11 +11:00
parent 2d9f884cbc
commit a5d2619f7d

View File

@ -36,7 +36,7 @@ if (NOT DEFINED __nc_cxx_stdcxxfs)
endif ()
endif ()
list (APPEND LIBS ${__nc_cxx_stdcxxfs})
link_libraries (${__nc_cxx_stdcxxfs})
###############################################################################