Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintWish committed Sep 24, 2024
1 parent e3a8700 commit fe06ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function(set_common_properties TARGET_NAME)
set_target_properties(${TARGET_NAME} PROPERTIES PREFIX "")

if (UNIX)
target_compiler_definitions(${TARGET_NAME} PRIVATE
target_compile_definitions(${TARGET_NAME} PRIVATE
_stricmp=strcasecmp
_strnicmp=strncasecmp
_strdup=strdup
Expand Down

0 comments on commit fe06ff4

Please sign in to comment.