Hi,
I have a configure failure on OSX 10.8.3:
-----------------------------------------------------
(...)
-- Found TIFF: /opt/local/lib/libtiff.dylib (found version "4.0.3")
CMake Error at CMakeModules/FindQuickTime.cmake:67 (IF):
if given arguments:
"STREQUAL" "macosx10.7" "OR" "STREQUAL" "macosx10.8" "OR"
"STREQUAL" "macosx10.9"
Unknown arguments specified
Call Stack (most recent call first):
CMakeLists.txt:595 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
-----------------------------------------------------
Looking at CMakeModules/FindQuickTime.cmake, I see the error is coming
from the following line:
IF(${OSG_OSX_SDK_NAME} STREQUAL "macosx10.7" OR
${OSG_OSX_SDK_NAME} STREQUAL "macosx10.8" OR ${OSG_OSX_SDK_NAME}
STREQUAL "macosx10.9")
It looks like ${OSG_OSX_SDK_NAME} is not defined at that point.
I disabled that part of the .cmake file and I got a similar error in
another .cmake file.
What can be the problem?
Thanks
Eduardo
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org