Skip to content

Commit

Permalink
[CBRD-24797] 'databases.txt.sample' file does not exist In CUBRID pac…
Browse files Browse the repository at this point in the history
…kage(zip, msi) for windows. (#4348)

http://jira.cubrid.org/browse/CBRD-24797

- delete 'if (Unix)' for 'databases.txt.sample'  in CMake
  • Loading branch information
hwany7seo authored May 12, 2023
1 parent 7dad816 commit 4370dcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1326,11 +1326,9 @@ if(USE_CUBRID_ENV)
${CMAKE_SOURCE_DIR}/contrib/readme/README_TAR_INSTALL
DESTINATION ${CUBRID_PREFIXDIR})
# on Windows, databases.txt is create from 'make_cubrid_demo.bat' because databases.txt is deleted in MSI file for install.
if(UNIX)
install(FILES
${CMAKE_SOURCE_DIR}/contrib/readme/databases.txt.sample
DESTINATION ${CUBRID_DATABASES})
endif(UNIX)
install(FILES
${CMAKE_SOURCE_DIR}/contrib/readme/README_SOCK.txt
DESTINATION ${CUBRID_VARDIR}/${CUBRID_SOCK}
Expand Down

0 comments on commit 4370dcf

Please sign in to comment.