From dc52274971b0ab515aeca1f5943fac2528e61dc9 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Thu, 20 Jun 2019 11:45:58 +1000 Subject: [PATCH] cxx: fix the path to the stdcxxfs test code --- nc_cxx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nc_cxx.cmake b/nc_cxx.cmake index b41d1a7..f91b481 100644 --- a/nc_cxx.cmake +++ b/nc_cxx.cmake @@ -47,7 +47,7 @@ if (NOT DEFINED __nc_cxx_stdcxxfs) try_compile( __nc_cxx_stdcxxfs ${CMAKE_CURRENT_BINARY_DIR} SOURCES - ${CMAKE_CURRENT_SOURCE_DIR}/cmake/nc_cxx_stdcxxfs.cpp + ${NC_CMAKE_BASE}/nc_cxx_stdcxxfs.cpp LINK_LIBRARIES ${lib})