From 19e8003ab7eec53e3e8a46c4fc1f44da784898b2 Mon Sep 17 00:00:00 2001 From: Roman NIKOLAEV Date: Sat, 4 Apr 2020 02:02:18 +0300 Subject: [PATCH] Fix small misprint. --- cmake/FindSalomeOmniORB.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.2