Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gvle2.experimentalConditions: missing CMakeLists.txt in src directory #122

Open
quesnel opened this issue Nov 26, 2015 · 0 comments
Open
Labels
Milestone

Comments

@quesnel
Copy link
Member

quesnel commented Nov 26, 2015

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!!!
@quesnel quesnel added the bug label Nov 26, 2015
@quesnel quesnel added this to the 1.1 milestone Nov 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant