[Bf-committers] Issues Parsing CMake with Qt Creator

Mitchell Stokes mogurijin at gmail.com
Thu Dec 19 04:34:24 CET 2013


I'm not sure if these are Qt Creator bugs or not, but Qt Creator seems to
have trouble with our CMake. When I click on Run CMake in the CMake Wizard,
things stall in a couple of places.

The first in source/tests/CMakeLists.txt around line 30:
execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory ${TEST_OUT_DIR})

Commenting out the add_subdirectory(tests) in source/CMakeLists.txt allows
me to get past this.

Next up, in the root CMakeLists.txt around line 2223:
include(build_files/cmake/packaging.cmake)

I don't know what in packaging.cmake is causing the stall, but commenting
out the include allows me to get the CMake Wizard to finish.

Anyone else running into these kinds of issues?

System:
  Arch Linux 64bit
  Qt Creator 3.0.0
  CMake 2.8.12.1

--Mitchell Stokes


More information about the Bf-committers mailing list