I have followed all the steps citing in the description (installing catch2, pybind11 work fin!!) but I have got this issue when I've tried to execute the command make -j8 after generating the makefile so I have got this problem .
CMake generated by UNIX makefile
[ 50%] Built target ray_tracing_python
[ 75%] Linking CXX executable test_ray_tracing
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
CMakeFiles/test_ray_tracing.dir/build.make:84: recipe for target 'test_ray_tracing' failed
make[2]: *** [test_ray_tracing] Error 1
CMakeFiles/Makefile2:109: recipe for target 'CMakeFiles/test_ray_tracing.dir/all' failed
make[1]: *** [CMakeFiles/test_ray_tracing.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
I have followed all the steps citing in the description (installing catch2, pybind11 work fin!!) but I have got this issue when I've tried to execute the command
make -j8
after generating the makefile so I have got this problem . CMake generated by UNIX makefile