Salome HOME
Fix small misprint. V9_5_0a2
authorRoman NIKOLAEV <rnv@nnov.opencascade.com>
Fri, 3 Apr 2020 23:02:18 +0000 (02:02 +0300)
committerRoman NIKOLAEV <rnv@nnov.opencascade.com>
Fri, 3 Apr 2020 23:02:18 +0000 (02:02 +0300)
cmake/FindSalomeOmniORB.cmake

index 320cbb13b51b66c6366bae7d34dad77eae50ffcf..65c9b6c65a7b9ac2926ba728da88835e294389d2 100644 (file)
@@ -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()