boost_reflect icon indicating copy to clipboard operation
boost_reflect copied to clipboard

Cannot find source file: value_function.cpp

Open linrongbin16 opened this issue 8 years ago • 0 comments

tests/CMakeLists.txt report error:

CMake Error at tests/CMakeLists.txt:16 (add_executable): Cannot find source file:

value_function.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

CMake Error: CMake can not determine linker language for target: value_function CMake Error: Cannot determine link language for target "value_function".

There's no such file "value_function.cpp" in tests

linrongbin16 avatar Feb 07 '17 03:02 linrongbin16