From: Roman NIKOLAEV Date: Fri, 3 Apr 2020 23:02:18 +0000 (+0300) Subject: Fix small misprint. X-Git-Tag: V9_5_0a2^0 X-Git-Url: http://git.salome-platform.org/gitweb/?p=tools%2Fconfiguration.git;a=commitdiff_plain;h=19e8003ab7eec53e3e8a46c4fc1f44da784898b2 Fix small misprint. --- diff --git a/cmake/FindSalomeOmniORB.cmake b/cmake/FindSalomeOmniORB.cmake index 320cbb1..65c9b6c 100644 --- a/cmake/FindSalomeOmniORB.cmake +++ b/cmake/FindSalomeOmniORB.cmake @@ -24,7 +24,7 @@ # !! Please read the generic detection procedure in SalomeMacros.cmake !! # IF(WIN32) - IF(NOT DEFINED SIZEOF_LONG) + IF(NOT DEFINED SIZE_OF_LONG) MESSAGE(FATAL_ERROR "Developer error -> SalomeSetupPlatform macros should be inclided before find_package(SalomeOmniORB) !") ENDIF() ENDIF()