Don't include prerequisites here; do it more explicitly

Developers that are working to familiarize themselves with OPM will
probably start out in CMakeLists.txt to figure out where the project
declare its dependencies, thus the list should be referred to from
there instead of inside one of the sub-modules.
This commit is contained in:
Roland Kaufmann 2013-07-04 23:47:38 +02:00
parent 501e5ad0e9
commit a4767f754b

View File

@ -14,9 +14,6 @@
# sources_hook Do special processing before sources are compiled
# tests_hook Do special processing before tests are compiled
# include prerequisites for this particular project
include (${project}-prereqs)
# include special
if (CMAKE_VERSION VERSION_LESS "2.8.3")
message (STATUS "Enabling compatibility modules for CMake 2.8.3")