Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pcraster raster format build with CMake 2.8.x #50

Open
kordejong opened this issue Oct 14, 2015 · 0 comments
Open

Fix pcraster raster format build with CMake 2.8.x #50

kordejong opened this issue Oct 14, 2015 · 0 comments
Labels

Comments

@kordejong
Copy link
Member

-- peacock: packages to build: pcraster_raster_format;boost;qt;qwt;gdal;fern;pcraster
CMake Error at cmake/package/pcraster_raster_format/1.3.1/build.cmake:8 (set):
  Syntax error in cmake code at


/home/user/Development/projects/peacock/cmake/package/pcraster_raster_format/1.3.1/build.cmake:14

  when parsing string

    7i \

  if(WIN32)\\n\

      set(CMAKE_DEBUG_POSTFIX \"d\")\\n\

  endif()

  syntax error, unexpected cal_SYMBOL, expecting $end (15)
Call Stack (most recent call first):
  cmake/PeacockBuild.cmake:7 (include)
  cmake/Peacock.cmake:11 (include)
  CMakeLists.txt:13 (include)


CMake Error at cmake/package/pcraster_raster_format/1.3.1/build.cmake:8 (set):
  Syntax error in cmake code at


/home/user/Development/projects/peacock/cmake/package/pcraster_raster_format/1.3.1/build.cmake:25

  when parsing string

    1i \

  if(CMAKE_C_COMPILER_ID STREQUAL \"GNU\")\\n\

      add_compile_options(\"-fPIC\")\\n\

  endif()

  syntax error, unexpected cal_SYMBOL, expecting $end (38)
Call Stack (most recent call first):
  cmake/PeacockBuild.cmake:7 (include)
  cmake/Peacock.cmake:11 (include)
  CMakeLists.txt:13 (include)
@kordejong kordejong added the bug label Oct 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant