From 1ff8c21734b2ea0e56d710d3d199529f76420a38 Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Thu, 19 Sep 2013 00:14:13 +0200 Subject: CMakeFindEclipse: use lowercase for macro calls Alex --- Modules/CMakeFindEclipseCDT4.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Modules/CMakeFindEclipseCDT4.cmake') diff --git a/Modules/CMakeFindEclipseCDT4.cmake b/Modules/CMakeFindEclipseCDT4.cmake index ae174544bf..2024d042d0 100644 --- a/Modules/CMakeFindEclipseCDT4.cmake +++ b/Modules/CMakeFindEclipseCDT4.cmake @@ -60,13 +60,13 @@ function(_FIND_ECLIPSE_VERSION) ) endfunction() -_FIND_ECLIPSE_VERSION() +_find_eclipse_version() # Try to find out how many CPUs we have and set the -j argument for make accordingly set(_CMAKE_ECLIPSE_INITIAL_MAKE_ARGS "") include(ProcessorCount) -PROCESSORCOUNT(_CMAKE_ECLIPSE_PROCESSOR_COUNT) +processorcount(_CMAKE_ECLIPSE_PROCESSOR_COUNT) # Only set -j if we are under UNIX and if the make-tool used actually has "make" in the name # (we may also get here in the future e.g. for ninja) -- cgit v1.2.1