Open WizzerWorks opened 5 years ago
Pretty sure this plugin needs to be updated to work with latest thunder. We introduced proxy stub generation (over the patch) and this needs to be modified to work with that.
Also probably a good idea to rename this to be aligned with Thunder 😄
Tagging @SKumarMetro
Attempted to run CMake (version 3.10.0) on Ubuntu 14.04 LTS 64-bit platform. Note that Thunder has been installed and runs (with minimal testing). I did the following:
$ mkdir wpesample_build $ cd wpesample_build $ cmake ../WPESamplePlugin/ -- The C compiler identification is GNU 6.5.0 -- The CXX compiler identification is GNU 6.5.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:6 (include): include could not find load file:
CMake Error at CMakeLists.txt:15 (include): include could not find load file:
CMake Error at CMakeLists.txt:17 (write_config): Unknown CMake command "write_config".
CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as
should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!