cxx: fix the path to the stdcxxfs test code

This commit is contained in:
Danny Robson 2019-06-20 11:45:58 +10:00
parent 93b876dee7
commit dc52274971

View File

@ -47,7 +47,7 @@ if (NOT DEFINED __nc_cxx_stdcxxfs)
try_compile( try_compile(
__nc_cxx_stdcxxfs ${CMAKE_CURRENT_BINARY_DIR} __nc_cxx_stdcxxfs ${CMAKE_CURRENT_BINARY_DIR}
SOURCES SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/cmake/nc_cxx_stdcxxfs.cpp ${NC_CMAKE_BASE}/nc_cxx_stdcxxfs.cpp
LINK_LIBRARIES LINK_LIBRARIES
${lib}) ${lib})