The gvle2.experimentalConditions/src does not contain a CMakeLists.txt file. CMake leaves a big warning in compilation log.
-- The CXX compiler identification is GNU 4.8.4
-- The C compiler identification is GNU 4.8.4
-- 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
-- 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
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- checking for module 'vle-1.1'
-- found vle-1.1, version 1.1.2
-- Found VLE: /media/Stock/usr/include/vle-1.1;/usr/include/libxml2;/usr/include/glibmm-2.4;/usr/lib/x86_64-linux-gnu/glibmm-2.4/include;/usr/include/sigc++-2.0;/usr/lib/x86_64-linux-gnu/sigc++-2.0/include;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- unit_test_framework
-- date_time
-- thread
-- filesystem
-- system
-- chrono
-- regex
-- program_options
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.6")
CMake Warning (dev) at CMakeLists.txt:142 (add_subdirectory):
The source directory
/media/Stock/devel/vle/packages/gvle2.experimentalConditions/src
does not contain a CMakeLists.txt file.
CMake does not support this case but it used to work accidentally and is
being allowed for compatibility.
Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run
"cmake --help-policy CMP0014" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
-- Generating done
-- Build files have been written to: /media/Stock/devel/vle/packages/gvle2.experimentalConditions/buildvle
Install the project...
-- Install configuration: "Debug"
-- Installing: /pub/homevle/pkgs-1.1/gvle2.experimentalConditions/./Authors.txt
-- Installing: /pub/homevle/pkgs-1.1/gvle2.experimentalConditions/./Description.txt
-- Installing: /pub/homevle/pkgs-1.1/gvle2.experimentalConditions/./License.txt
-- Installing: /pub/homevle/pkgs-1.1/gvle2.experimentalConditions/./News.txt
-- Installing: /pub/homevle/pkgs-1.1/gvle2.experimentalConditions/./Readme.txt
Running tests...
Test project /media/Stock/devel/vle/packages/gvle2.experimentalConditions/buildvle
No tests were found!!!
The
gvle2.experimentalConditions/src
does not contain aCMakeLists.txt
file. CMake leaves a big warning in compilation log.