Skip to content

Commit 61c3938

Browse files
Fixed dedicate server building
1 parent 861e404 commit 61c3938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ if( DEDICATED )
12611261
set_target_properties( ${DHEWM3BINARY}ded PROPERTIES RUNTIME_OUTPUT_DIRECTORY $<1:>${OUTPUT_FOLDER} )
12621262
set_target_properties( ${DHEWM3BINARY}ded PROPERTIES FOLDER "exes" )
12631263

1264-
list( REMOVE_ITEM sys_thirdparty_libs ${OPENAL_LIBRARY} )
1264+
list( REMOVE_ITEM sys_thirdparty_libs ${OPENAL_LIBRARY} GLEW::GLEW )
12651265

12661266
target_link_libraries( ${DHEWM3BINARY}ded
12671267
idlib

0 commit comments

Comments
 (0)