Giter Site home page Giter Site logo

Comments (4)

mamoll avatar mamoll commented on May 24, 2024

Original comment by Mark Moll (Bitbucket: mamoll, GitHub: mamoll).


Which version of cmake do you have installed? That module should exist in cmake >= 2.8.5. Our build system checks the cmake version, but maybe our version checking is off.

from ompl.

mamoll avatar mamoll commented on May 24, 2024

Original comment by berenson (Bitbucket: berenson, GitHub: berenson).


(Reply via [email protected]):

Hi Mark,

I seem to be using CMake 2.8.5:

~/omplapp$ cmake -version
cmake version 2.8.5

Dmitry

from ompl.

mamoll avatar mamoll commented on May 24, 2024

Original comment by Mark Moll (Bitbucket: mamoll, GitHub: mamoll).


That module only exists in 2.8.6 and above. This had already been fixed in the OMPL core library, but not in OMPL.app. The fix below will be included in the next release of OMPL.app.

#!

--- a/CMakeLists.txt    Wed Dec 12 13:14:19 2012 -0600
+++ b/CMakeLists.txt    Wed Dec 19 14:59:23 2012 -0600
@@ -180,7 +180,7 @@
     install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/ompl/doc/dox/FindOMPL.cmake"
         DESTINATION "share/ompl${OMPL_INSTALL_SUFFIX}"
         RENAME ompl-config.cmake)
-    if (NOT ${CMAKE_VERSION} VERSION_LESS 2.8.5)
+    if (NOT ${CMAKE_VERSION} VERSION_LESS 2.8.6)
         include(WriteBasicConfigVersionFile)
         write_basic_config_version_file(
             ${CMAKE_CURRENT_BINARY_DIR}/ompl-config-version.cmake

from ompl.

mamoll avatar mamoll commented on May 24, 2024

Original comment by berenson (Bitbucket: berenson, GitHub: berenson).


(Reply via [email protected]):

Thanks Mark!

from ompl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.