Merge pull request #380 from joakim-hove/cmake-fixup

Removed .cmake extension from include()
This commit is contained in:
Joakim Hove 2015-05-15 15:44:23 +02:00
commit 55d05b1038

View File

@ -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