mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
Merge pull request #380 from joakim-hove/cmake-fixup
Removed .cmake extension from include()
This commit is contained in:
commit
55d05b1038
@ -68,7 +68,7 @@ include (OpmInit)
|
||||
# list of prerequisites for this particular project; this is in a
|
||||
# separate file (in cmake/Modules sub-directory) because it is shared
|
||||
# with the find module
|
||||
include ("${project}-prereqs.cmake")
|
||||
include ("${project}-prereqs")
|
||||
|
||||
# read the list of components from this file (in the project directory);
|
||||
# it should set various lists with the names of the files to include
|
||||
|
Loading…
Reference in New Issue
Block a user