Ticket #92 (closed defect: fixed)
Bug in turorial and tutorial example
| Reported by: | elmex | Owned by: | elmex |
|---|---|---|---|
| Priority: | major | Milestone: | 0.9 |
| Component: | documentation | Version: | 0.8 |
| Keywords: | Cc: |
Description
CMake-Code from tutorial:
################################################################################ # create config.h ################################################################################
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in
${gen_DIR}/config.h @ONLY IMMEDIATE)
On my machine, When IMMEDIATE is present, cmake does not replace placeholders in config.h.in. When I remove IMMEDIATE, it replaces placeholders. Is there really a problem in the tutorial or am I doing something wrong?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
