cxx: fix the path to the stdcxxfs test code
This commit is contained in:
parent
93b876dee7
commit
dc52274971
@ -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})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user