Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
CMakeLists: remove legacy 64 postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Nov 10, 2019
1 parent c44d777 commit 8622cc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions cl_dll/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ set_target_properties (${CLDLL_LIBRARY} PROPERTIES

if(APPLE OR WIN32 OR ${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
set(CLDLL_NAME "client")
if(64BIT)
set(CLDLL_NAME "client64")
endif()

set_target_properties(${CLDLL_LIBRARY} PROPERTIES
OUTPUT_NAME ${CLDLL_NAME}
PREFIX "")
Expand Down
3 changes: 0 additions & 3 deletions dlls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ set_target_properties (${SVDLL_LIBRARY} PROPERTIES

if(APPLE OR WIN32 OR ${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
set(SVDLL_NAME "${SERVER_LIBRARY_NAME}")
if(64BIT)
set(SVDLL_NAME "${SERVER_LIBRARY_NAME}64")
endif()

set_target_properties(${SVDLL_LIBRARY} PROPERTIES
OUTPUT_NAME ${SVDLL_NAME}
Expand Down

0 comments on commit 8622cc9

Please sign in to comment.