mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user