Skip to content

Commit 7c2717b

Browse files
authored
Fix syntax for LOCALES_DIR definition
1 parent 2cbcb0e commit 7c2717b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ target_link_libraries(phira-mp-server PRIVATE
4242
)
4343

4444
target_compile_definitions(phira-mp-server PRIVATE
45-
LOCALES_DIR="${CMAKE_SOURCE_DIR}/locales"
45+
LOCALES_DIR=${CMAKE_SOURCE_DIR}/locales
4646
)
4747

4848
install(TARGETS phira-mp-server DESTINATION bin)

0 commit comments

Comments
 (0)