[CMake] fix mis-matching arguments issue

fixes this error:
A logical block opening on the line
    cMake/FindCoin3D.cmake:12 (IF)
  closes on the line
    cMake/FindCoin3D.cmake:64 (ENDIF)
  with mis-matching arguments.
This commit is contained in:
Uwe
2022-01-03 22:51:50 +01:00
parent e209bc706d
commit 1999e7563c

View File

@@ -61,7 +61,7 @@ IF (WIN32)
# SET (COIN3D_LIBRARIES coin2d CACHE STRING "Coin3D Library (Debug) - Open Inventor API")
ENDIF (COIN3D_LIBRARIES)
ENDIF (CYGWIN)
ENDIF (CYGWIN OR MINGW)
ELSE (WIN32)
IF(APPLE)