diff options
author | Bo Thorsen <bo@askmonty.org> | 2010-07-01 12:12:48 +0200 |
---|---|---|
committer | Bo Thorsen <bo@askmonty.org> | 2010-07-01 12:12:48 +0200 |
commit | 2caed165b119465458a14bca5226efc40ea850e9 (patch) | |
tree | 8bdbb64408a27d6ab3a455370670868744dd36b8 /libmysqld/CMakeLists.txt | |
parent | ccdbcaeb57d203cc7b16965f0216e3e96a850e56 (diff) | |
download | mariadb-git-2caed165b119465458a14bca5226efc40ea850e9.tar.gz |
Fix cpack run
Diffstat (limited to 'libmysqld/CMakeLists.txt')
-rw-r--r-- | libmysqld/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt index 495a8375af8..1005d6fe032 100644 --- a/libmysqld/CMakeLists.txt +++ b/libmysqld/CMakeLists.txt @@ -170,4 +170,4 @@ TARGET_LINK_LIBRARIES(libmysqld mysqlserver wsock32) INSTALL(TARGETS mysqlserver DESTINATION Embedded/static COMPONENT embedded) INSTALL(TARGETS libmysqld DESTINATION Embedded/DLL COMPONENT embedded) -INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/Release/libmysqld.exp DESTINATION Embedded/DLL COMPONENT embedded) +INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_BUILD_TYPE}/libmysqld.exp DESTINATION Embedded/DLL COMPONENT embedded) |