Fix to wrong version string being used in the macros.cmake .

This commit is contained in:
Markus Makela
2015-01-09 05:10:05 +02:00
parent f90b8bdc88
commit 8ce9cd1cbd

View File

@ -268,7 +268,7 @@ endmacro()
function(subdirs VAR DIRPATH)
if(${CMAKE_VERSION} VERSION_LESS 2.12 )
if(${CMAKE_VERSION} VERSION_LESS 2.8.12 )
set(COMP_VAR PATH)
else()
set(COMP_VAR DIRECTORY)