From 5400cfb509a4285121938946f8cc390917c9e488 2018-07-11 16:50:55 From: Vitaly Takmazov Date: 2018-07-11 16:50:55 Subject: [PATCH] fix cmake modules naming for case-sensitive filesystems --- diff --git a/cmake_modules/FindCPPUnit.cmake b/cmake_modules/Findcppunit.cmake similarity index 100% rename from cmake_modules/FindCPPUnit.cmake rename to cmake_modules/Findcppunit.cmake diff --git a/cmake_modules/FindEvent.cmake b/cmake_modules/Findevent.cmake similarity index 100% rename from cmake_modules/FindEvent.cmake rename to cmake_modules/Findevent.cmake diff --git a/cmake_modules/FindGLIB.cmake b/cmake_modules/Findglib.cmake similarity index 100% rename from cmake_modules/FindGLIB.cmake rename to cmake_modules/Findglib.cmake diff --git a/cmake_modules/FindLog4CXX.cmake b/cmake_modules/Findlog4cxx.cmake similarity index 100% rename from cmake_modules/FindLog4CXX.cmake rename to cmake_modules/Findlog4cxx.cmake diff --git a/cmake_modules/FindMySQL.cmake b/cmake_modules/Findmysql.cmake similarity index 100% rename from cmake_modules/FindMySQL.cmake rename to cmake_modules/Findmysql.cmake diff --git a/cmake_modules/FindOpenSSL.cmake b/cmake_modules/Findopenssl.cmake similarity index 100% rename from cmake_modules/FindOpenSSL.cmake rename to cmake_modules/Findopenssl.cmake diff --git a/cmake_modules/FindPopt.cmake b/cmake_modules/Findpopt.cmake similarity index 100% rename from cmake_modules/FindPopt.cmake rename to cmake_modules/Findpopt.cmake diff --git a/cmake_modules/FindPqxx.cmake b/cmake_modules/Findpqxx.cmake similarity index 100% rename from cmake_modules/FindPqxx.cmake rename to cmake_modules/Findpqxx.cmake diff --git a/cmake_modules/FindPurple.cmake b/cmake_modules/Findpurple.cmake similarity index 100% rename from cmake_modules/FindPurple.cmake rename to cmake_modules/Findpurple.cmake diff --git a/cmake_modules/FindSQLite3.cmake b/cmake_modules/Findsqlite3.cmake similarity index 100% rename from cmake_modules/FindSQLite3.cmake rename to cmake_modules/Findsqlite3.cmake