cxx: explicitly clear stdcxxfs library if not required

This commit is contained in:
Danny Robson 2017-02-16 19:42:51 +11:00
parent 45be843568
commit bbe3b5a466

View File

@ -41,7 +41,7 @@ if (NOT DEFINED __nc_cxx_stdcxxfs)
endforeach()
if (NOT __nc_cxx_stdcxxfs)
set (__nc_cxx_stdcxxfs)
set (__nc_cxx_stdcxxfs "")
endif ()
endif ()