Skip to content
Snippets Groups Projects
Commit b558f12b authored by Bill Hoffman's avatar Bill Hoffman
Browse files

ENH: do not expand regular vars here

parent 8175b100
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ ELSE(NOT QT4_FOUND)
SET(CMAKE_PACKAGE_QTGUI FALSE)
ENDIF(WIN32 AND NOT QT_CONFIG MATCHES "static")
CONFIGURE_FILE("${QtDialog_SOURCE_DIR}/QtDialogCPack.cmake.in"
"${QtDialog_BINARY_DIR}/QtDialogCPack.cmake")
"${QtDialog_BINARY_DIR}/QtDialogCPack.cmake" @ONLY)
SET(SRCS
AddCacheEntry.cxx
AddCacheEntry.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment