cmake: Change endforeach(.*) to endforeach()
This commit is contained in:
parent
bf2890f1f8
commit
103361c846
|
@ -189,7 +189,7 @@ if(wxWidgets_FOUND)
|
|||
${BUNDLE_PATH}/Contents/Resources/\${TRANSLATION_DIR}/\${TRANSLATION_FILE}
|
||||
${BUNDLE_PATH}/Contents/Resources/\${TRANSLATION_DIR}/dolphin-emu.mo
|
||||
)
|
||||
endforeach(TRANSLATION_FILE)
|
||||
endforeach()
|
||||
")
|
||||
|
||||
file(GLOB PO_FILES RELATIVE ${CMAKE_SOURCE_DIR}/Languages/po
|
||||
|
|
Loading…
Reference in New Issue