$ make -j
Scanning dependencies of target example_app
[ 50%] Building CXX object CMakeFiles/example_app.dir/main.cpp.o
<mypath>/example_app/main.cpp: In function 'int main(int, const char**)':
<mypath>/example_app/main.cpp:13:72: error: conversion from 'torch::jit::script::Module' to non-scalar type 'std::shared_ptr<torch::jit::script::Module>' requested
std::shared_ptr<torch::jit::script::Module> module = torch::jit::load(argv[1]);
~~~~~~~~~~~~~~~~^~~~~~~~~
make[2]: *** [CMakeFiles/example_app.dir/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/example_app.dir/all] Error 2
make: *** [all] Error 2