Removed .cmake extension from include()

This commit is contained in:
Joakim Hove
2015-05-15 15:43:03 +02:00
parent 0f9a19b5af
commit 78437a29e3

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