[CMake] syntax error, unexpected cal_SYMBOL, expecting $end......

Brad King brad.king at kitware.com
Tue Oct 31 12:14:06 EST 2006


Benjamin Roy wrote:
> DOT_PATH               = ${DOT_PATH}

Try using the syntax

  DOT_PATH               = @DOT_PATH@

and the @ONLY option of CONFIGURE_FILE.  This should get rid of the
error.  However a separate problem is that CMake should have reported a
better error in the first place.  Please submit this case as a bug
report here:

http://www.cmake.org/Bug

Thanks,
-Brad


More information about the CMake mailing list