The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=13000 ====================================================================== Reported By: Maxim Ivanov Assigned To: ====================================================================== Project: CMake Issue ID: 13000 Category: CMake Reproducibility: N/A Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2012-02-27 18:25 EST Last Modified: 2012-02-27 18:25 EST ====================================================================== Summary: CMAKE_MODULE_PATH should have sensible default Description: It would be nice if CMake encouraged certain project layout by setting CMAKE_MODULE_PATH to some sensible default, say "${CMAKE_SOURCE_DIR}/cmake/Modules/" for example.
As of version 2.8.5, the variable is empty by default -- which forces the user to decide on a path in his project and explicitly set the variable early in toplevel CMakeLists.txt. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-02-27 18:25 Maxim Ivanov New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
